From e1d283847d6d449ea8845fb777aaed821ded59e8 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 3 Dec 2015 06:38:01 +0000 Subject: * test/ruby/test_mixed_unicode_escapes.rb: fixed typo. [fix GH-1122] Patch by @davydovanton * test/ruby/test_object.rb: ditto. * test/socket/test_tcp.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/socket/test_tcp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/socket') diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb index c0e34ebe27..450d1b35b5 100644 --- a/test/socket/test_tcp.rb +++ b/test/socket/test_tcp.rb @@ -11,7 +11,7 @@ class TestSocket_TCPSocket < Test::Unit::TestCase def test_initialize_failure # These addresses are chosen from TEST-NET-1, TEST-NET-2, and TEST-NET-3. # [RFC 5737] - # They are choosen because probably they are not used as a host address. + # They are chosen because probably they are not used as a host address. # Anyway the addresses are used for bind() and should be failed. # So no packets should be generated. test_ip_addresses = [ -- cgit v1.2.3