From 418f13aa5e9883c5703c66cf30fd9e9c30889789 Mon Sep 17 00:00:00 2001 From: Stuart Hinson Date: Tue, 18 Jan 2022 16:30:26 -0500 Subject: [PATCH] fix typo in close_channel doc --- lib/net/sftp/session.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/sftp/session.rb b/lib/net/sftp/session.rb index 1f13b46..a23e1a4 100644 --- a/lib/net/sftp/session.rb +++ b/lib/net/sftp/session.rb @@ -722,7 +722,7 @@ def unblock!(handle, offset, length, &callback) public # miscellaneous methods - # Closes the SFTP connection, but not the SSH connection. Blocks until the + # Closes the SFTP channel, but not the SSH connection. Blocks until the # session has terminated. Once the session has terminated, further operations # on this object will result in errors. You can reopen the SFTP session # via the #connect method.