Removed extra n from the word "connection"

Removed extra n from the word "connection" in "Attempting SSH connection" in logger call.
This commit is contained in:
jdmulloy 2014-06-27 19:27:23 -04:00
parent 1e28f1ac31
commit 50d0861de4
1 changed files with 1 additions and 1 deletions

View File

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