Fix the spelling of Fredrik Lundh's last name (unless there really is a

"Fredrik Lund" who contributed the code in question).
This commit is contained in:
Brett Cannon 2004-08-27 05:00:22 +00:00
parent 12a4baf5a1
commit 269ab628d7

View file

@ -408,7 +408,7 @@ PyLocale_getdefaultlocale(PyObject* self)
#if defined(__APPLE__) #if defined(__APPLE__)
/* /*
** Find out what the current script is. ** Find out what the current script is.
** Donated by Fredrik Lund. ** Donated by Fredrik Lundh.
*/ */
static char *mac_getscript(void) static char *mac_getscript(void)
{ {