]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
get-translit.py: Fix typo
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 11 May 2021 07:25:11 +0000 (12:55 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 11 May 2021 07:25:45 +0000 (12:55 +0530)
locale/gen-translit.py

index 64208b0004fa98fdbd89fb8e7c3b2245c0865f6f..4850aad6b0b4648506d1ea680f4de4000c68de51 100644 (file)
@@ -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.