Fix a typo in a warning message

This commit is contained in:
Mitchell Hashimoto 2013-03-01 12:16:04 -08:00
parent bfc8c62ffe
commit 27af5ab408
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module VagrantPlugins
# VirtualBox provider on the new VM.
if !self.customizations.empty?
warnings << "`config.vm.customize` calls are VirtualBox-specific. If you're\n" +
"using any other provide, you'll have to find provider-specific configuration\n" +
"using any other provider, you'll have to find provider-specific configuration\n" +
"to translate to manually in your Vagrantfile."
new.vm.provider :virtualbox do |vb|