]> granicus.if.org Git - python/commitdiff
Fix the spelling of Fredrik Lundh's last name (unless there really is a
authorBrett Cannon <bcannon@gmail.com>
Fri, 27 Aug 2004 05:00:22 +0000 (05:00 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 27 Aug 2004 05:00:22 +0000 (05:00 +0000)
"Fredrik Lund" who contributed the code in question).

Modules/_localemodule.c

index 2d6541dedbbd485e2fed0a87a5b934a89770bfdb..3e3df2284e3e2d0677b803aa1c92029cd258ccac 100644 (file)
@@ -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)
 {