From fb4cb4636e1c9e91f2c63b31fa98a2d2b0aed3a8 Mon Sep 17 00:00:00 2001 From: krazyLee Date: Tue, 11 Mar 2014 17:27:47 +0800 Subject: [PATCH] fix timout typo --- plugins/communicators/ssh/communicator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/communicators/ssh/communicator.rb b/plugins/communicators/ssh/communicator.rb index e4d340009..65c2f81e4 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -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