From 69c1c05f16fe3165457467fc7e0a3f5718c3075c Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Tue, 17 Jan 2023 21:14:47 +0100 Subject: Fix typo --- lib/net/ssh/connection/session.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ssh/connection/session.rb b/lib/net/ssh/connection/session.rb index fbfc017..218173d 100644 --- a/lib/net/ssh/connection/session.rb +++ b/lib/net/ssh/connection/session.rb @@ -416,7 +416,7 @@ module Net # # matches = ssh.exec!("grep something /some/files") # - # the returned string has an exitstatus method to query it's exit satus + # the returned string has an exitstatus method to query its exit status def exec!(command, status: nil, &block) block_or_concat = block || Proc.new do |ch, type, data| ch[:result] ||= String.new -- cgit v1.2.1