Package: src:intltool
Version: 0.51.0-6
Tags: patch
Dear maintainers:
I found this typo while looking at some build logs.
Trivial patch attached.
Thanks.
--- a/intltool-update.in
+++ b/intltool-update.in
@@ -925,7 +925,7 @@ sub GeneratePOTemplate
{
$errlocation = $1;
}
- print STDERR "ERROR: xgettext failed to generate PO tempalte file
because the following \n".
+ print STDERR "ERROR: xgettext failed to generate PO template file
because the following \n".
" file contains strings marked for translation,
not encoded in UTF-8. \n".
" Please ensure all strings marked for
translation are UTF-8 encoded. \n\n".
" $errlocation\n\n";