From 1d25bd274cbb8e731e90caf97809340d267bbb45 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 11 May 2021 12:55:11 +0530 Subject: get-translit.py: Fix typo --- locale/gen-translit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/gen-translit.py b/locale/gen-translit.py index 64208b0004..4850aad6b0 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. -- cgit 1.4.1