From: Chad Horohoe Date: Fri, 21 May 2010 21:08:05 +0000 (+0000) Subject: Typo in comment X-Git-Tag: 1.31.0-rc.0~36767 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=e1ff6c41ddd137d047067c992853457211d4f732;p=lhc%2Fweb%2Fwiklou.git Typo in comment --- 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 ) );