[COMMITTED] get-translit.py: Fix typo

Siddhesh Poyarekar siddhesh@sourceware.org
Tue May 11 07:27:18 GMT 2021


---
 locale/gen-translit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the Libc-alpha mailing list