aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 11:27:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 11:27:06 +0000
commitd13b9f621af3d2d98b9cd3682c71db917be4e1b2 (patch)
treef29f3da805c1e36c190792427e4336b251ee5f07 /test/net
parent58420a65c20e7ca0fe97b20d724b637f0f1c739b (diff)
downloadruby-d13b9f621af3d2d98b9cd3682c71db917be4e1b2.tar.gz
Fixed misspelling words.
These are detected by https://github.com/client9/misspell git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net')
-rw-r--r--test/net/imap/test_imap.rb4
-rw-r--r--test/net/imap/test_imap_response_parser.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/net/imap/test_imap.rb b/test/net/imap/test_imap.rb
index 0f64e882cc..8e48317dab 100644
--- a/test/net/imap/test_imap.rb
+++ b/test/net/imap/test_imap.rb
@@ -315,7 +315,7 @@ class IMAPTest < Test::Unit::TestCase
imap.idle(0.2) do |res|
responses.push(res)
end
- # There is no gurantee that this thread has received all the responses,
+ # There is no guarantee that this thread has received all the responses,
# so check the response length.
if responses.length > 0
assert_instance_of(Net::IMAP::ContinuationRequest, responses[0])
@@ -328,7 +328,7 @@ class IMAPTest < Test::Unit::TestCase
end
end
end
- # Also, there is no gurantee that the server thread has stored
+ # Also, there is no guarantee that the server thread has stored
# all the requests into the array, so check the length.
if requests.length > 0
assert_equal("RUBY0001 IDLE\r\n", requests[0])
diff --git a/test/net/imap/test_imap_response_parser.rb b/test/net/imap/test_imap_response_parser.rb
index 7aac2786fe..12c8a27017 100644
--- a/test/net/imap/test_imap_response_parser.rb
+++ b/test/net/imap/test_imap_response_parser.rb
@@ -247,7 +247,7 @@ EOF
assert_equal("AUTH=PLAIN", response.data.last)
end
- def test_mixed_boundry
+ def test_mixed_boundary
parser = Net::IMAP::ResponseParser.new
response = parser.parse("* 2688 FETCH (UID 179161 BODYSTRUCTURE (" \
"(\"TEXT\" \"PLAIN\" (\"CHARSET\" \"iso-8859-1\") NIL NIL \"QUOTED-PRINTABLE\" 200 4 NIL NIL NIL)" \