diff options
| author | Jamis Buck <jamis@37signals.com> | 2008-03-21 21:09:52 -0600 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2008-03-21 21:09:52 -0600 |
| commit | 39d68b31a61c58a83934c6f3f19abefa1282414f (patch) | |
| tree | a081fc2871775641b80755403cee070c7b41c2a5 /lib/net/ssh/proxy/errors.rb | |
| parent | 7dc5d9e6c329023c846880bf11e3820e6b040bd7 (diff) | |
| download | net-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.rb | 2 |
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 |
