summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Wolff <p@andreaswolff.de>2013-01-10 23:05:08 +0100
committerAndreas Wolff <p@andreaswolff.de>2013-01-10 23:05:08 +0100
commitafc95daf8e89e3d02275d5bcf5ab3fe8e57e9d60 (patch)
treeb6dce3f528872e5d6d3efc6894109b2333812b40
parent01ccaf5e296260a0aa48da6029e8d69335a5f52c (diff)
downloadnet-ssh-afc95daf8e89e3d02275d5bcf5ab3fe8e57e9d60.tar.gz
Doc: Fix misspelled forwrd_agent option
-rw-r--r--lib/net/ssh/service/forward.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/service/forward.rb b/lib/net/ssh/service/forward.rb
index 4774f41..5e23e36 100644
--- a/lib/net/ssh/service/forward.rb
+++ b/lib/net/ssh/service/forward.rb
@@ -177,7 +177,7 @@ module Net; module SSH; module Service
# time a session channel is opened, when the connection was created with
# :forward_agent set to true:
#
- # Net::SSH.start("remote.host", "me", :forwrd_agent => true) do |ssh|
+ # Net::SSH.start("remote.host", "me", :forward_agent => true) do |ssh|
# ssh.open_channel do |ch|
# # agent will be automatically forwarded by this point
# end