From b19abebdf0e1dc1cb7d3c4619de2ac5508be87b8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 31 Oct 2014 15:16:02 -0400 Subject: [PATCH] Grammar fix to the network interface bridge question --- plugins/providers/virtualbox/action/network.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/virtualbox/action/network.rb b/plugins/providers/virtualbox/action/network.rb index 303cc6490..3fcffeca6 100644 --- a/plugins/providers/virtualbox/action/network.rb +++ b/plugins/providers/virtualbox/action/network.rb @@ -201,7 +201,7 @@ module VagrantPlugins choice = nil while !valid.include?(choice) choice = @env[:ui].ask( - "What interface should the network bridge to? ") + "Which interface should the network bridge to? ") choice = choice.to_i end