From 269ab628d71d8e5ec7dd78edd44b707beceeefcb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 27 Aug 2004 05:00:22 +0000 Subject: [PATCH] Fix the spelling of Fredrik Lundh's last name (unless there really is a "Fredrik Lund" who contributed the code in question). --- Modules/_localemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.0