diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:48:17 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-24 00:59:31 +0200 |
commit | f5323a256eff3c470c70f3ef7872ca9dbf29e3ac (patch) | |
tree | 25ab8f2a20ddb35bc0625168a3d1b0835e49cb09 /win32/bin/search.pl | |
parent | 48ef1d7bfd88b4eb0955de1eb67610a6e186a3a5 (diff) | |
download | perl-f5323a256eff3c470c70f3ef7872ca9dbf29e3ac.tar.gz |
typo fixes for win32 scripts
Diffstat (limited to 'win32/bin/search.pl')
-rw-r--r-- | win32/bin/search.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/bin/search.pl b/win32/bin/search.pl index 98a320cb7a..8f4d7391f3 100644 --- a/win32/bin/search.pl +++ b/win32/bin/search.pl @@ -196,7 +196,7 @@ INLINE_LITERAL_TEXT $iflag='i', next if $arg eq '-i'; ## ignore case $norc=1, next if $arg eq '-norc'; ## don't load rc file $showrc=1, next if $arg eq '-showrc'; ## show rc file - $underlineOK=1, next if $arg eq '-u'; ## look throuh underln. + $underlineOK=1, next if $arg eq '-u'; ## look through underln. $words=1, next if $arg eq '-w'; ## match "words" only &strip if $arg eq '-strip'; ## dump this program last if $arg eq '-e'; |