This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove all occurrences of occurence, except for one (in the
[perl5.git] / x2p / find2perl.PL
index 7b6834d..4c5df7d 100644 (file)
@@ -841,7 +841,7 @@ Like -print, but terminates with \0 instead of \n.
 
 =item C<-exec OPTIONS ;>
 
-exec() the arguments in OPTIONS in a subprocess; any occurence of {} in
+exec() the arguments in OPTIONS in a subprocess; any occurrence of {} in
 OPTIONS will first be substituted with the path of the current
 file.  Note that the command "rm" has been special-cased to use perl's
 unlink() function instead (as an optimization).  The C<;> must be passed as