From 1ccf1bd9a2d4c143e11579c34929a737198a8ac9 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 2 Oct 2019 15:03:18 -0400 Subject: [PATCH] Update communicator/ssh/communicator.go Co-Authored-By: Kristin Laemmert --- communicator/ssh/communicator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index 58ecbec9de..349d679378 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -236,7 +236,7 @@ func (c *Communicator) Connect(o terraform.UIOutput) (err error) { // long-running commands. log.Printf("[DEBUG] starting ssh KeepAlives") - // We wont a local copy of the ssh client pointer, so that a reconnect + // We want a local copy of the ssh client pointer, so that a reconnect // doesn't race with the running keep-alive loop. sshClient := c.client go func() {