From: Brett Cannon Date: Tue, 1 Mar 2005 03:16:34 +0000 (+0000) Subject: Fix grammatical typo in a comment. X-Git-Tag: v2.5a0~1990 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ce2587b1b9955687804b3636fe32536add55eb2;p=thirdparty%2FPython%2Fcpython.git Fix grammatical typo in a comment. --- diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index de470e0299d2..bd57c2ff9498 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -426,7 +426,7 @@ static char *mac_getscript(void) /* XXX which one is mac-latin2? */ } if (!name) { - /* This leaks a an object. */ + /* This leaks an object. */ name = CFStringConvertEncodingToIANACharSetName(enc); } return (char *)CFStringGetCStringPtr(name, 0);