Detpyo.
Jarkko Hietaniemi [Thu, 2 Nov 2000 17:49:09 +0000 (17:49 +0000)]
p4raw-id: //depot/perl@7528

pod/perlop.pod

index a4b57b8..69c8c69 100644 (file)
@@ -951,7 +951,7 @@ A double-quoted, interpolated string.
 
 =item qr/STRING/imosx
 
-This operators quotes (and possiby compiles) its I<STRING> as a regular
+This operator quotes (and possibly compiles) its I<STRING> as a regular
 expression.  I<STRING> is interpolated the same way as I<PATTERN>
 in C<m/PATTERN/>.  If "'" is used as the delimiter, no interpolation
 is done.  Returns a Perl value which may be used instead of the