Merge pull request #3112 from Krazylee/fix-typo

core: fix timout typo
This commit is contained in:
Mitchell Hashimoto 2014-03-11 09:30:53 -07:00
commit 32adbf9e58
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module VagrantPlugins
raise
end
rescue Vagrant::Errors::SSHConnectionTimeout
message = "Connection timout."
message = "Connection timeout."
rescue Vagrant::Errors::SSHAuthenticationFailed
message = "Authentication failure."
rescue Vagrant::Errors::SSHDisconnected