From: Niklas Laxström Date: Sat, 15 Dec 2007 19:58:42 +0000 (+0000) Subject: * Typo in comment X-Git-Tag: 1.31.0-rc.0~50413 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=53169ae9dc1225c96cb307b10831a413a16ff76e;p=lhc%2Fweb%2Fwiklou.git * Typo in comment --- diff --git a/maintenance/language/writeMessagesArray.inc b/maintenance/language/writeMessagesArray.inc index 08bd6dc815..f258f40486 100644 --- a/maintenance/language/writeMessagesArray.inc +++ b/maintenance/language/writeMessagesArray.inc @@ -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 ); }