[Python-checkins] python/dist/src/Modules/cjkcodecs _codecs_jp.c, 1.1, 1.1.4.1

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:40:03 CEST 2005


Update of /cvsroot/python/python/dist/src/Modules/cjkcodecs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5608/Modules/cjkcodecs

Modified Files:
      Tag: release24-maint
	_codecs_jp.c 
Log Message:
[ 1243081 ] repair typos



Index: _codecs_jp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cjkcodecs/_codecs_jp.c,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- _codecs_jp.c	18 Jul 2004 03:06:27 -0000	1.1
+++ _codecs_jp.c	22 Jul 2005 18:40:00 -0000	1.1.4.1
@@ -36,7 +36,7 @@
 			continue;
 		}
 		else if (c >= 0xf8f0 && c <= 0xf8f3) {
-			/* Windows compatability */
+			/* Windows compatibility */
 			REQUIRE_OUTBUF(1)
 			if (c == 0xf8f0)
 				OUT1(0xa0)



More information about the Python-checkins mailing list