diff options
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 |
