summaryrefslogtreecommitdiff
path: root/test/resolv/test_dns.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/resolv/test_dns.rb')
-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