Skip to content

Commit

Permalink
Doc: Fix misspelled forwrd_agent option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wolff committed Jan 10, 2013
1 parent 01ccaf5 commit afc95da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ssh/service/forward.rb
Expand Up @@ -177,7 +177,7 @@ def active_remotes
# 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
Expand Down

0 comments on commit afc95da

Please sign in to comment.