Merge pull request #4760 from llamallama/master

Grammar fix to the network interface bridging question
This commit is contained in:
Seth Vargo 2014-10-31 15:21:51 -04:00
commit 93e077b062
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