about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Golden <xdg@xdg.me>2015-12-26 21:29:17 -0500
committerDavid Golden <xdg@xdg.me>2015-12-26 21:29:17 -0500
commit4f5bbdbf1e88e40825d64842b38ff0139d761d5e (patch)
treef195fb4fe36f1e2be8e6d7000e36e31f0e44c8d7
parent0543d6c234ef5287a87137be740cc7319ecae0df (diff)
downloadperl-libnet-4f5bbdbf1e88e40825d64842b38ff0139d761d5e.tar.gz
Fix typo
-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;
   }