r28521 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28520‎ | r28521 | r28522 >
Date:19:58, 15 December 2007
Author:nikerabbit
Status:old
Tags:
Comment:
* Typo in comment
Modified paths:
  • /trunk/phase3/maintenance/language/writeMessagesArray.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/writeMessagesArray.inc
@@ -136,7 +136,7 @@
137137 $commentsForKey[] = self::$optionalComment;
138138 }
139139
140 - // Formet them nicely and add to array
 140+ // Format one or more comments nicely and store in array
141141 if ( count($commentsForKey) ) {
142142 $commentArray[$key] = ' # ' . implode( '; ', $commentsForKey );
143143 }

Status & tagging log