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:
parent
c8e8f4dbab
commit
9f41da42eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue