diff options
Diffstat (limited to 'Tools/scripts/gencodec.py')
-rw-r--r-- | Tools/scripts/gencodec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/gencodec.py b/Tools/scripts/gencodec.py index 0c17dec..45b69b0 100644 --- a/Tools/scripts/gencodec.py +++ b/Tools/scripts/gencodec.py @@ -12,7 +12,7 @@ will be written to <codec_prefix><mapname>.py with <mapname> being the first part of the map's filename ('a' in a.b.c.txt) converted to lowercase with hyphens replaced by underscores. -The tool also writes marhsalled versions of the mapping tables to the +The tool also writes marshalled versions of the mapping tables to the same location (with .mapping extension). Written by Marc-Andre Lemburg (mal@lemburg.com). |