Correct one "parenthesis" to "parentheses".
Nicholas Clark [Fri, 13 Oct 2006 13:53:16 +0000 (13:53 +0000)]
p4raw-id: //depot/perl@29009

pod/perlre.pod

index d78db38..1a95297 100644 (file)
@@ -881,7 +881,7 @@ the beginning of the whole pattern. C<(?0)> is an alternate syntax for
 C<(?R)>.
 
 The following pattern matches a function foo() which may contain
-balanced parenthesis as the argument.
+balanced parentheses as the argument.
 
   $re = qr{ (                    # paren group 1 (full function)
               foo