From 771bc377f81f877d9840402aab765c7bd957c79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Sun, 2 Feb 2003 23:39:45 +0000 Subject: Fix comment typo. --- Tools/scripts/gencodec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index 46563df..fdaa8fe 100644 --- a/Tools/scripts/gencodec.py +++ b/Tools/scripts/gencodec.py @@ -95,7 +95,7 @@ def readmap(filename): else: enc2uni[enc] = (uni,comment) # If there are more identity-mapped entries than unmapped entries, - # it pays to generate an identity dictionary first, add add explicit + # it pays to generate an identity dictionary first, and add explicit # mappings to None for the rest if len(identity)>=len(unmapped): for enc in unmapped: -- cgit v0.12