diff options
author | Ryuta Kamizono <[email protected]> | 2021-04-26 03:12:36 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-04-28 11:10:52 +0900 |
commit | 908785ef6d4f8503a027f5ba829f8acf394d4eda (patch) | |
tree | 919cccadbe6cda9f6430d84e3200117fcb784120 | |
parent | 0296a64450019bf0d2c5b342a1d988ca3ace3d66 (diff) |
[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]
https://github.com/ruby/net-imap/commit/4057c662e7
-rw-r--r-- | lib/net/imap.rb | 2 |
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. |