From e1ff6c41ddd137d047067c992853457211d4f732 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 21 May 2010 21:08:05 +0000 Subject: [PATCH] Typo in comment --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index bbd529c040..e14d54b5e1 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -4055,7 +4055,7 @@ class Parser { $ts = date( 'YmdHis', $unixts ); $tzMsg = date( 'T', $unixts ); # might vary on DST changeover! - # Allow translation of timezones trough wiki. date() can return + # Allow translation of timezones through wiki. date() can return # whatever crap the system uses, localised or not, so we cannot # ship premade translations. $key = 'timezone-' . strtolower( trim( $tzMsg ) ); -- 2.20.1