Skip to content

Commit 4057c66

Browse files
authored
Fix typo intentionaly -> intentionally [ci skip]
1 parent 5dc63c2 commit 4057c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/net/imap.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ def ensure_mod_sequence_value(num)
19121912
# raw_data:: Returns the raw data string.
19131913
UntaggedResponse = Struct.new(:name, :data, :raw_data)
19141914

1915-
# Net::IMAP::IgnoredResponse represents intentionaly ignored responses.
1915+
# Net::IMAP::IgnoredResponse represents intentionally ignored responses.
19161916
#
19171917
# This includes untagged response "NOOP" sent by eg. Zimbra to avoid some
19181918
# clients to close the connection.

0 commit comments

Comments
 (0)