mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]
4057c662e7
This commit is contained in:
parent
0296a64450
commit
908785ef6d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue