From: Brett Cannon Date: Fri, 27 Aug 2004 05:00:22 +0000 (+0000) Subject: Fix the spelling of Fredrik Lundh's last name (unless there really is a X-Git-Tag: v2.4a3~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=269ab628d71d8e5ec7dd78edd44b707beceeefcb;p=thirdparty%2FPython%2Fcpython.git Fix the spelling of Fredrik Lundh's last name (unless there really is a "Fredrik Lund" who contributed the code in question). --- diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 2d6541dedbbd..3e3df2284e3e 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) {