From 9ff5ffd1acb379cf48aedc6bb7997a4f074f7a6d Mon Sep 17 00:00:00 2001 From: Christopher Moore Date: Sat, 9 Jan 2016 17:56:11 +0000 Subject: [PATCH] fix erroneous comment --- lib/net/ssh/transport/ctr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ssh/transport/ctr.rb b/lib/net/ssh/transport/ctr.rb index 2b5c9c99a0..7bbdd269d5 100644 --- a/lib/net/ssh/transport/ctr.rb +++ b/lib/net/ssh/transport/ctr.rb @@ -36,7 +36,7 @@ module Net::SSH::Transport end def decrypt - # DO NOTHING (always set to "encrypt") + # DO NOTHING (always set to "decrypt") end def padding=(pad)