r93374 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93373‎ | r93374 | r93375 >
Date:07:27, 28 July 2011
Author:aaron
Status:ok
Tags:
Comment:
Fixed typo. w/s cleanup.
Modified paths:
  • /trunk/phase3/includes/SiteConfiguration.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SiteConfiguration.php
@@ -23,12 +23,12 @@
2424 * Array of domains that are local and can be handled by the same server
2525 */
2626 public $localVHosts = array();
27 -
 27+
2828 /**
2929 * Optional callback to load full configuration data.
3030 */
3131 public $fullLoadCallback = null;
32 -
 32+
3333 /** Whether or not all data has been loaded */
3434 public $fullLoadDone = false;
3535
@@ -308,7 +308,7 @@
309309 }
310310
311311 /**
312 - * Merge params beetween the ones passed to the function and the ones given
 312+ * Merge params between the ones passed to the function and the ones given
313313 * by self::$siteParamsCallback for backward compatibility
314314 * Values returned by self::getWikiParams() have the priority.
315315 *

Status & tagging log