[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]
https://github.com/ruby/net-imap/commit/4057c662e7
This commit is contained in:
parent
0296a64450
commit
908785ef6d
@ -1912,7 +1912,7 @@ module Net
|
|||||||
# raw_data:: Returns the raw data string.
|
# raw_data:: Returns the raw data string.
|
||||||
UntaggedResponse = Struct.new(:name, :data, :raw_data)
|
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
|
# This includes untagged response "NOOP" sent by eg. Zimbra to avoid some
|
||||||
# clients to close the connection.
|
# clients to close the connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user