From 27af5ab4082a217ce3dc18f481ce4f2bd6f180e3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 1 Mar 2013 12:16:04 -0800 Subject: [PATCH] Fix a typo in a warning message --- plugins/kernel_v1/config/vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kernel_v1/config/vm.rb b/plugins/kernel_v1/config/vm.rb index 3e40bb0d7..eb4e359b4 100644 --- a/plugins/kernel_v1/config/vm.rb +++ b/plugins/kernel_v1/config/vm.rb @@ -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|