1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-11-11 11:58:38 +00:00
parent c8e8f4dbab
commit 9f41da42eb

View file

@ -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