summaryrefslogtreecommitdiff
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-08-27 05:00:22 +0000
committerBrett Cannon <bcannon@gmail.com>2004-08-27 05:00:22 +0000
commit0bae58a267bfc0c9d5ec7c789011ab0fa2e40365 (patch)
treeda2c67c46f3ab74ad619832d8d00b989ef6211e8 /Modules/_localemodule.c
parent2f7e29011f8b3f4f4e9b3ed48a33d908b8f3cd38 (diff)
downloadcpython-0bae58a267bfc0c9d5ec7c789011ab0fa2e40365.tar.gz
Fix the spelling of Fredrik Lundh's last name (unless there really is a
"Fredrik Lund" who contributed the code in question).
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 2d6541dedb..3e3df2284e 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -408,7 +408,7 @@ PyLocale_getdefaultlocale(PyObject* self)
#if defined(__APPLE__)
/*
** Find out what the current script is.
-** Donated by Fredrik Lund.
+** Donated by Fredrik Lundh.
*/
static char *mac_getscript(void)
{