Author: branden Date: 2004-09-13 13:58:32 -0500 (Mon, 13 Sep 2004) New Revision: 1811
Modified: trunk/debian/CHANGESETS trunk/debian/scripts/locale-munger Log: (cosmetic) Fix typo in debugging message. Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-09-13 06:28:59 UTC (rev 1810) +++ trunk/debian/CHANGESETS 2004-09-13 18:58:32 UTC (rev 1811) @@ -8,6 +8,9 @@ (It should always be safe to merge the latest version of TODO or CHANGESETS files anywhere.) +Miscellaneous cosmetic fixes. + 1811 + Update Danish debconf template translations (thanks, Claus Hindsgaul) 1806 Modified: trunk/debian/scripts/locale-munger =================================================================== --- trunk/debian/scripts/locale-munger 2004-09-13 06:28:59 UTC (rev 1810) +++ trunk/debian/scripts/locale-munger 2004-09-13 18:58:32 UTC (rev 1811) @@ -221,7 +221,7 @@ print "ERROR: X11 does not support glibc locale %s" % (locale,) else: if RUNTIME_DEBUG: - print "GOOD NEWS: X111 supports glibc locale %s" % (locale,) + print "GOOD NEWS: X11 supports glibc locale %s" % (locale,) # Now see if locale values that include an explicit (but redundant) character # set are supported by X11.