From 9f41da42eb146c6a2d4cd78063d11b4c2fda420e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Nov 2018 11:58:38 +0000 Subject: Fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/resolv/test_dns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3