about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--lib/Net/Cmd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Cmd.pm b/lib/Net/Cmd.pm
index 3c9ca59..fe4492b 100644
--- a/lib/Net/Cmd.pm
+++ b/lib/Net/Cmd.pm
@@ -294,7 +294,7 @@ sub command {
       if ($cmd->debug);
 
     # though documented to return undef on failure, the legacy behavior
-    # was to turn $cmd even on failure, so this odd construct does that
+    # was to return $cmd even on failure, so this odd construct does that
     $cmd->_syswrite_with_timeout($str)
       or return $cmd;
   }