[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]

https://github.com/ruby/net-imap/commit/4057c662e7
This commit is contained in:
Ryuta Kamizono 2021-04-26 03:12:36 +09:00 committed by Hiroshi SHIBATA
parent 0296a64450
commit 908785ef6d

View File

@ -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.