summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-11 11:58:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-11 11:58:38 +0000
commit9f41da42eb146c6a2d4cd78063d11b4c2fda420e (patch)
tree066079520120cb1ae8063cb2f6c6a93b920608e7 /test
parentc8e8f4dbab18671b6fddbe92952cf7802a396150 (diff)
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/resolv/test_dns.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resolv/test_dns.rb b/test/resolv/test_dns.rb
index d75a431bcc..669d86bd83 100644
--- a/test/resolv/test_dns.rb
+++ b/test/resolv/test_dns.rb
@@ -159,7 +159,7 @@ class TestResolvDNS < Test::Unit::TestCase
u.bind("127.0.0.1", 0)
_, port, _, host = u.addr
u.close
- # A rase condition here.
+ # A race condition here.
# Another program may use the port.
# But no way to prevent it.
Timeout.timeout(5) do