From 4057c662e7355d65a91614b349ad3c32bb88b48a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Mon, 26 Apr 2021 03:12:36 +0900 Subject: [PATCH] Fix typo intentionaly -> intentionally [ci skip] --- lib/net/imap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 834ff0de..d3f2e25a 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -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.