From 2826ce29869ee9473eeb603cef5fe359d4d70d09 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 8 Apr 2012 21:14:31 +0000 Subject: [PATCH] Fix typos --- wwwtools/pg-make-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwtools/pg-make-po b/wwwtools/pg-make-po index b1cb107..e411a7c 100755 --- a/wwwtools/pg-make-po +++ b/wwwtools/pg-make-po @@ -102,7 +102,7 @@ foreach (@ARGV) { system("rm -f $outdir/$catalogname-$lang.po.err"); if (-f "$dirname/po/$lang.po") { - # This is what the use to calcuate the displayed percentages. + # This is what we use to calculate the displayed percentages. if (system("$msgmerge $dirname/po/$lang.po $dirname/po/$catalogname.pot -o $dirname/po/$lang.po.mrg") != 0) { system("$msgmerge $dirname/po/$lang.po $dirname/po/$catalogname.pot -o $dirname/po/$lang.po.mrg 2>>$outdir/$catalogname-$lang.po.err 1>/dev/null"); } -- 2.39.5