From 37bbbed3cbe8ae80035f356d41e144c2e4255b3a Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Sun, 30 Sep 2018 20:29:16 +0200 Subject: [PATCH] check-po.awk: Fix minor typos --- tools/check-po.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check-po.awk b/tools/check-po.awk index e3bbf2ea4..412b45103 100755 --- a/tools/check-po.awk +++ b/tools/check-po.awk @@ -18,11 +18,11 @@ # This script will (hopefully!) check the completeness of a .po # translation file. It will report untranslated strings, as well -# as fuzzy ones. It will print a summarry at the end of the check +# as fuzzy ones. It will print a summary at the end of the check # that says how many strings there are, how many are translated # (and the percentage it represents), how many are fuzzy (and the # percentage it represents amongst translated strings), and how -# many aree un-translated (and the percentage it represents). +# many are untranslated (and the percentage it represents). # It will _not_ tell you wether your file is syntactically correct # (eg. check for terminating double quotes!). And of course it # will _not_ tell you wether the translations are correct! ;-]