From d8b6c94012460437f70230ed9c70cbe2685189fe Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Fri, 26 Jun 2015 10:52:21 -0700 Subject: [PATCH] Fix typo: diabled -> disabled --- 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 d6f00351d..ffcdac749 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -291,7 +291,7 @@ func (c *comm) connectToAgent() { } if c.config.DisableAgent { - log.Printf("[INFO] SSH agent forwarding is diabled.") + log.Printf("[INFO] SSH agent forwarding is disabled.") return }