summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 834ff0dee7..d3f2e25aeb 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -1912,7 +1912,7 @@ module Net
# 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.