summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy/errors.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-03-21 21:09:52 -0600
committerJamis Buck <jamis@37signals.com>2008-03-21 21:09:52 -0600
commit39d68b31a61c58a83934c6f3f19abefa1282414f (patch)
treea081fc2871775641b80755403cee070c7b41c2a5 /lib/net/ssh/proxy/errors.rb
parent7dc5d9e6c329023c846880bf11e3820e6b040bd7 (diff)
downloadnet-ssh-39d68b31a61c58a83934c6f3f19abefa1282414f.tar.gz
more docs for Connection::Term. Docs for the connection proxy implementations.
Diffstat (limited to 'lib/net/ssh/proxy/errors.rb')
-rw-r--r--lib/net/ssh/proxy/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/proxy/errors.rb b/lib/net/ssh/proxy/errors.rb
index 1343919..6eb3501 100644
--- a/lib/net/ssh/proxy/errors.rb
+++ b/lib/net/ssh/proxy/errors.rb
@@ -8,7 +8,7 @@ module Net; module SSH; module Proxy
# Used for reporting proxy connection errors.
class ConnectError < Error; end
- # Used when the server doesn't recognize the users credentials
+ # Used when the server doesn't recognize the user's credentials.
class UnauthorizedError < Error; end
end; end; end