Grammar fix to the network interface bridge question

This commit is contained in:
Chris Jones 2014-10-31 15:16:02 -04:00
parent 96bf296dd8
commit b19abebdf0
1 changed files with 1 additions and 1 deletions

View File

@ -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