This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/bisect-runner.pl - Fix grammar
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:28:32 +0000 (13:28 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:28:32 +0000 (13:28 +0000)
Porting/bisect-runner.pl

index 6987a90..5f78cf9 100755 (executable)
@@ -624,7 +624,7 @@ file is fed to C<patch -p1> on standard input. For C<=~>, the patch is
 applied if no lines match the pattern.
 
 As the empty pattern in Perl is a special case (it matches the most recent
-successful match) which is not useful here, an the treatment of empty pattern
+successful match) which is not useful here, the treatment of an empty pattern
 is special-cased. C<I<filename> =~ //> applies the patch if filename is
 present. C<I<filename> !~ //> applies the patch if filename missing. This
 makes it easy to unconditionally apply patches to files, and to use a patch