diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-03 15:51:03 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-03 15:51:03 +0200 |
commit | 95da743b36b72934a3fdf444a2a4c42b5bd91328 (patch) | |
tree | 9357354fef4c9bfc6cbc564c7a920fa49c2ea16c /pod/perlfunc.pod | |
parent | a7fb14411fc53d1dac1caac0230d249cf3ffc141 (diff) | |
download | perl-95da743b36b72934a3fdf444a2a4c42b5bd91328.tar.gz |
Minor spelling nit in last perlfunc updated
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9f95bb04cf..3330b8554d 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<system>'s failure, u can check all +If you'd like to manually inspect C<system>'s failure, you can check all possible failure modes by inspecting C<$?> like this: if ($? == -1) { |