* Typo in comment
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 15 Dec 2007 19:58:42 +0000 (19:58 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 15 Dec 2007 19:58:42 +0000 (19:58 +0000)
maintenance/language/writeMessagesArray.inc

index 08bd6dc..f258f40 100644 (file)
@@ -136,7 +136,7 @@ public static function makeComments( $messages, $comments, $ignored, $optional )
                        $commentsForKey[] = self::$optionalComment;
                }
 
-               // Formet them nicely and add to array
+               // Format one or more comments nicely and store in array
                if ( count($commentsForKey) ) {
                        $commentArray[$key] = ' # ' . implode( '; ', $commentsForKey );
                }