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
commit269ab628d71d8e5ec7dd78edd44b707beceeefcb (patch)
tree0f1eba302b3ab18b9c573ff2953ffbefd82b0e71 /Modules/_localemodule.c
parent12a4baf5a12148c757583e381b0371e50f324ec1 (diff)
downloadcpython-git-269ab628d71d8e5ec7dd78edd44b707beceeefcb.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)
{