Typo in comment
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 21 May 2010 21:08:05 +0000 (21:08 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 21 May 2010 21:08:05 +0000 (21:08 +0000)
includes/parser/Parser.php

index bbd529c..e14d54b 100644 (file)
@@ -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 ) );