From: Siddhesh Poyarekar Date: Tue, 11 May 2021 07:25:11 +0000 (+0530) Subject: get-translit.py: Fix typo X-Git-Tag: glibc-2.34~453 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d25bd274cbb8e731e90caf97809340d267bbb45;p=thirdparty%2Fglibc.git get-translit.py: Fix typo --- diff --git a/locale/gen-translit.py b/locale/gen-translit.py index 64208b0004f..4850aad6b0b 100644 --- a/locale/gen-translit.py +++ b/locale/gen-translit.py @@ -92,7 +92,7 @@ for lineno, line in enumerate(sys.stdin): if translits \ and translit.codepoints.decoded <= translits[-1].codepoints.decoded: raise IOError("unexpected codepoint {!r} on line {}: {!r}".format( - translit.codeponts.decoded, lineno + 1, line)) + translit.codepoints.decoded, lineno + 1, line)) translits.append(translit) # Generate the C sources.