From a59dc04b6953c08c96d4f015be9b65599b6b7140 Mon Sep 17 00:00:00 2001 From: Joseph Frazier Date: Sat, 17 Oct 2015 19:42:58 -0400 Subject: [PATCH] handle_forwarded_port_collisions.rb: fix typo: "Reparied" -> "Repaired" --- lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb b/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb index b53ba35c2..cf6477915 100644 --- a/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb +++ b/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb @@ -128,7 +128,7 @@ module Vagrant port_checker[repaired_port] || lease_check(repaired_port) if in_use - @logger.info("Reparied port also in use: #{repaired_port}. Trying another...") + @logger.info("Repaired port also in use: #{repaired_port}. Trying another...") next end