Silly typo fix

This commit is contained in:
Mitchell Hashimoto 2010-03-11 22:44:50 -08:00
parent 3a4881bf2e
commit b86ef6aab9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module Vagrant
def execute!
if provisioner
logger.info "Beginning provisining process..."
logger.info "Beginning provisioning process..."
provisioner.provision!
end
end