Commit d8b6c940 authored by Mark Peek's avatar Mark Peek

Fix typo: diabled -> disabled

parent e112d9b2
...@@ -291,7 +291,7 @@ func (c *comm) connectToAgent() { ...@@ -291,7 +291,7 @@ func (c *comm) connectToAgent() {
} }
if c.config.DisableAgent { if c.config.DisableAgent {
log.Printf("[INFO] SSH agent forwarding is diabled.") log.Printf("[INFO] SSH agent forwarding is disabled.")
return return
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment