Merge pull request #4120 from jdmulloy/fix_ssh_typo

Removed extra n from the word "connection"
This commit is contained in:
Shawn Neal 2014-06-28 10:00:58 -07:00
commit 4b11f6ed30
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ module VagrantPlugins
timeout = 60
@logger.info("Attempting SSH connnection...")
@logger.info("Attempting SSH connection...")
connection = retryable(tries: opts[:retries], on: exceptions) do
Timeout.timeout(timeout) do
begin