Merge pull request #1402 from fgrehm/logger-typo

Fix typo on logging output
This commit is contained in:
Mitchell Hashimoto 2013-03-06 14:49:01 -08:00
commit 192c8f59e9
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ module Vagrant
def config_global
return @config_global if @config_global
@logger.info("Initialzing config...")
@logger.info("Initializing config...")
home_vagrantfile = nil
root_vagrantfile = nil