diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-03-01 03:16:34 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-03-01 03:16:34 (GMT) |
commit | 5ce2587b1b9955687804b3636fe32536add55eb2 (patch) | |
tree | cb565cdd8b7fe66b618fb4744826c519d81fcb36 /Modules/_localemodule.c | |
parent | e94e74a8e10183232cf35e0805da419a247cd9ed (diff) | |
download | cpython-5ce2587b1b9955687804b3636fe32536add55eb2.zip cpython-5ce2587b1b9955687804b3636fe32536add55eb2.tar.gz cpython-5ce2587b1b9955687804b3636fe32536add55eb2.tar.bz2 |
Fix grammatical typo in a comment.
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r-- | Modules/_localemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |