Skip to content

Commit

Permalink
Fix typo intentionaly -> intentionally [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Apr 25, 2021
1 parent 5dc63c2 commit 4057c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ def ensure_mod_sequence_value(num)
# raw_data:: Returns the raw data string.
UntaggedResponse = Struct.new(:name, :data, :raw_data)

# Net::IMAP::IgnoredResponse represents intentionaly ignored responses.
# Net::IMAP::IgnoredResponse represents intentionally ignored responses.
#
# This includes untagged response "NOOP" sent by eg. Zimbra to avoid some
# clients to close the connection.
Expand Down

0 comments on commit 4057c66

Please sign in to comment.