diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
commit | 08c02dbb85a8eebe3395658260dec36dd4169381 (patch) | |
tree | 76615595accfba30196bf91d3c07009871c1dd23 /Modules | |
parent | c9878e1b220b748788c3faa656257d5da4cd46c7 (diff) | |
download | cpython-08c02dbb85a8eebe3395658260dec36dd4169381.zip cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.gz cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.bz2 |
[ 1243081 ] repair typos
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/cjkcodecs/_codecs_jp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cjkcodecs/_codecs_jp.c b/Modules/cjkcodecs/_codecs_jp.c index 5ff9494..860a979 100644 --- a/Modules/cjkcodecs/_codecs_jp.c +++ b/Modules/cjkcodecs/_codecs_jp.c @@ -36,7 +36,7 @@ ENCODER(cp932) continue; } else if (c >= 0xf8f0 && c <= 0xf8f3) { - /* Windows compatability */ + /* Windows compatibility */ REQUIRE_OUTBUF(1) if (c == 0xf8f0) OUT1(0xa0) |