Index: trunk/phase3/maintenance/language/writeMessagesArray.inc |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | $commentsForKey[] = self::$optionalComment; |
138 | 138 | } |
139 | 139 | |
140 | | - // Formet them nicely and add to array |
| 140 | + // Format one or more comments nicely and store in array |
141 | 141 | if ( count($commentsForKey) ) { |
142 | 142 | $commentArray[$key] = ' # ' . implode( '; ', $commentsForKey ); |
143 | 143 | } |