summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-08-27 05:00:22 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-08-27 05:00:22 (GMT)
commit269ab628d71d8e5ec7dd78edd44b707beceeefcb (patch)
tree0f1eba302b3ab18b9c573ff2953ffbefd82b0e71 /Modules
parent12a4baf5a12148c757583e381b0371e50f324ec1 (diff)
downloadcpython-269ab628d71d8e5ec7dd78edd44b707beceeefcb.zip
cpython-269ab628d71d8e5ec7dd78edd44b707beceeefcb.tar.gz
cpython-269ab628d71d8e5ec7dd78edd44b707beceeefcb.tar.bz2
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')
-rw-r--r--Modules/_localemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 2d6541d..3e3df22 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)
{