mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
fix timout typo
This commit is contained in:
parent
d0cf22dd5f
commit
fb4cb4636e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue