From 0c853ccb3c8339090530f24864e0956d59f910d6 Mon Sep 17 00:00:00 2001 From: Olle Lundberg Date: Tue, 10 Dec 2013 21:23:11 +0100 Subject: [PATCH] Update is_port_open.rb --- lib/vagrant/util/is_port_open.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/util/is_port_open.rb b/lib/vagrant/util/is_port_open.rb index 7e11d0cdb..e98dd4c24 100644 --- a/lib/vagrant/util/is_port_open.rb +++ b/lib/vagrant/util/is_port_open.rb @@ -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