From: Vincent Pit Date: Mon, 3 Aug 2009 13:51:03 +0000 (+0200) Subject: Minor spelling nit in last perlfunc updated X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95da743b36b72934a3fdf444a2a4c42b5bd91328;p=p5sagit%2Fp5-mst-13.2.git Minor spelling nit in last perlfunc updated --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9f95bb0..3330b85 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6489,7 +6489,7 @@ value. system(@args) == 0 or die "system @args failed: $?" -If you'd like to manually inspect C's failure, u can check all +If you'd like to manually inspect C's failure, you can check all possible failure modes by inspecting C<$?> like this: if ($? == -1) {