From 50d0861de437290a1b4236308009cade313d7a93 Mon Sep 17 00:00:00 2001 From: jdmulloy Date: Fri, 27 Jun 2014 19:27:23 -0400 Subject: [PATCH] Removed extra n from the word "connection" Removed extra n from the word "connection" in "Attempting SSH connection" in logger call. --- 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 fcb696368..2438d7442 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -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