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:
@@ -92,7 +92,7 @@ for lineno, line in enumerate(sys.stdin):
|
|||||||
if translits \
|
if translits \
|
||||||
and translit.codepoints.decoded <= translits[-1].codepoints.decoded:
|
and translit.codepoints.decoded <= translits[-1].codepoints.decoded:
|
||||||
raise IOError("unexpected codepoint {!r} on line {}: {!r}".format(
|
raise IOError("unexpected codepoint {!r} on line {}: {!r}".format(
|
||||||
translit.codeponts.decoded, lineno + 1, line))
|
translit.codepoints.decoded, lineno + 1, line))
|
||||||
translits.append(translit)
|
translits.append(translit)
|
||||||
|
|
||||||
# Generate the C sources.
|
# Generate the C sources.
|
||||||
|
Reference in New Issue
Block a user