Merge pull request #2629 from lndbrg/patch-1

core: update is_port_open.rb comment
This commit is contained in:
Mitchell Hashimoto 2013-12-10 18:01:05 -08:00
commit 8c2e314052
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "timeout"
module Vagrant
module Util
# Contains the method {#is_ruby_open?} to check if a port is open
# Contains the method {#is_port_open?} to check if a port is open
# (listening) or closed (not in use). This method isn't completely
# fool-proof, but it works enough of the time to be useful.
module IsPortOpen