Minor spelling nit in last perlfunc updated
Vincent Pit [Mon, 3 Aug 2009 13:51:03 +0000 (15:51 +0200)]
pod/perlfunc.pod

index 9f95bb0..3330b85 100644 (file)
@@ -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) {