r93826 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93825‎ | r93826 | r93827 >
Date:13:46, 3 August 2011
Author:krinkle
Status:ok
Tags:
Comment:
Correct typo in function documentation.
* Follows-up r93702 CR
Modified paths:
  • /trunk/phase3/resources/mediawiki/mediawiki.Title.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki/mediawiki.Title.js
@@ -61,21 +61,21 @@
6262 },
6363
6464 /**
65 - * Sanatize name.
 65+ * Sanitize name.
6666 */
6767 fixName = function( s ) {
6868 return clean( $.trim( s ) );
6969 },
7070
7171 /**
72 - * Sanatize name.
 72+ * Sanitize name.
7373 */
7474 fixExt = function( s ) {
7575 return clean( s.toLowerCase() );
7676 },
7777
7878 /**
79 - * Sanatize namespace id.
 79+ * Sanitize namespace id.
8080 * @param id {Number} Namespace id.
8181 * @return {Number|Boolean} The id as-is or boolean false if invalid.
8282 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93702mediawiki.Title: Removing public setter functions. Title object should be imm...krinkle03:11, 2 August 2011

Status & tagging log