From caf9fb06c61c51c5648736eafb378dd9f50bc822 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 10 May 2008 11:16:37 +0000 Subject: last commit before stable release, been a long hard road --- lib/class/update.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/update.class.php') diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 6e846c44..a02d93ca 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1249,7 +1249,7 @@ class Update { */ public static function update_340018() { - // MySQL translte real charset names into fancy smancy MySQL land names + // MySQL translate real charset names into fancy smancy MySQL land names switch (strtoupper(Config::get('site_charset'))) { case 'CP1250': case 'WINDOWS-1250': -- cgit