X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=blobdiff_plain;f=src%2Fremove-plurals;fp=src%2Fremove-plurals;h=8357b04f11b9561cfcc7eb653188a74c3cff95bd;hp=97823bfab0f66acfc78e05dacee5e31b4c76782e;hb=5e79485dcf69fadc3289eada31337eebb429ad2e;hpb=c5fa98569c5019da62f04159428be3c91bb1897e diff --git a/src/remove-plurals b/src/remove-plurals index 97823bf..8357b04 100755 --- a/src/remove-plurals +++ b/src/remove-plurals @@ -31,7 +31,7 @@ if ($#ARGV == -1) { open $out, ">$ARGV[0]" or die; } -foreach $w (keys lookup) +foreach $w (keys %lookup) { my $dont_print = 0; foreach $s (&strip_plurel($w))