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 2d6541d..3e3df22 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -408,7 +408,7 @@
 #if defined(__APPLE__)
 /*
 ** Find out what the current script is.
-** Donated by Fredrik Lund.
+** Donated by Fredrik Lundh.
 */
 static char *mac_getscript(void)
 {