1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

get-translit.py: Fix typo

This commit is contained in:
Siddhesh Poyarekar
2021-05-11 12:55:11 +05:30
parent 81046e2812
commit 1d25bd274c

View 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.