summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Campos <qmx@qmx.me>2010-11-21 03:04:58 -0200
committerDouglas Campos <qmx@qmx.me>2010-11-21 03:04:58 -0200
commit0bb8ebc7de56651818c31d95f8dda56734fee375 (patch)
tree9b9d512fcea37881c93deff8ac3205eb67c94df7
parent33bb87e95d1e142d5b6a3b12f8460f415decbdda (diff)
downloadnet-ssh-0bb8ebc7de56651818c31d95f8dda56734fee375.tar.gz
typo on rdoc
-rw-r--r--lib/net/ssh/key_factory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/key_factory.rb b/lib/net/ssh/key_factory.rb
index cec1d3b..5879810 100644
--- a/lib/net/ssh/key_factory.rb
+++ b/lib/net/ssh/key_factory.rb
@@ -11,7 +11,7 @@ module Net; module SSH
# klass = Net::SSH::KeyFactory.get("rsa")
# assert klass.is_a?(OpenSSL::PKey::RSA)
#
- # key = Net::SSH::KeyFacory.load_public_key("~/.ssh/id_dsa.pub")
+ # key = Net::SSH::KeyFactory.load_public_key("~/.ssh/id_dsa.pub")
class KeyFactory
# Specifies the mapping of SSH names to OpenSSL key classes.
MAP = {