about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--locale/gen-translit.py2
1 files changed, 1 insertions, 1 deletions
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.