summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Stein <github@istik.de>2020-06-12 00:12:00 +0200
committerGitHub <noreply@github.com>2020-06-12 00:12:00 +0200
commit41e59777b60ec08735e21a3d2c5863832a123fc0 (patch)
treed769e0868793d42bfb2f25646bac9ac493cd1df6
parent292ae9ed0847bc485cdc13eae28d2f4ea2be7a00 (diff)
downloadnet-ssh-41e59777b60ec08735e21a3d2c5863832a123fc0.tar.gz
Update lib/net/ssh/authentication/agent.rb
Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com>
-rw-r--r--lib/net/ssh/authentication/agent.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/authentication/agent.rb b/lib/net/ssh/authentication/agent.rb
index 28000db..76d3329 100644
--- a/lib/net/ssh/authentication/agent.rb
+++ b/lib/net/ssh/authentication/agent.rb
@@ -197,7 +197,7 @@ module Net
raise AgentError, "could not lock agent" if type != SSH_AGENT_SUCCESS
end
- # unlock the ssh agend with password
+ # unlock the ssh agent with password
def unlock(password)
type, = send_and_wait(SSH2_AGENT_UNLOCK, :string, password)
raise AgentError, "could not unlock agent" if type != SSH_AGENT_SUCCESS