summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-08-03 15:51:03 +0200
committerVincent Pit <perl@profvince.com>2009-08-03 15:51:03 +0200
commit95da743b36b72934a3fdf444a2a4c42b5bd91328 (patch)
tree9357354fef4c9bfc6cbc564c7a920fa49c2ea16c /pod/perlfunc.pod
parenta7fb14411fc53d1dac1caac0230d249cf3ffc141 (diff)
downloadperl-95da743b36b72934a3fdf444a2a4c42b5bd91328.tar.gz
Minor spelling nit in last perlfunc updated
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
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) {