From 5ce2587b1b9955687804b3636fe32536add55eb2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 1 Mar 2005 03:16:34 +0000 Subject: Fix grammatical typo in a comment. --- Modules/_localemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index de470e0..bd57c2f 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); -- cgit v0.12