get-translit.py: Fix typo

This commit is contained in:
Siddhesh Poyarekar 2021-05-11 12:55:11 +05:30
parent 81046e2812
commit 1d25bd274c
1 changed files with 1 additions and 1 deletions

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.