ruby-changes:53449
From: nobu <ko1@a...>
Date: Sun, 11 Nov 2018 20:58:48 +0900 (JST)
Subject: [ruby-changes:53449] nobu:r65665 (trunk): Fix a typo [ci skip]
nobu 2018-11-11 20:58:38 +0900 (Sun, 11 Nov 2018) New Revision: 65665 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65665 Log: Fix a typo [ci skip] Modified files: trunk/test/resolv/test_dns.rb Index: test/resolv/test_dns.rb =================================================================== --- test/resolv/test_dns.rb (revision 65664) +++ test/resolv/test_dns.rb (revision 65665) @@ -159,7 +159,7 @@ class TestResolvDNS < Test::Unit::TestCa https://github.com/ruby/ruby/blob/trunk/test/resolv/test_dns.rb#L159 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/