r99572 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99571‎ | r99572 | r99573 >
Date:21:14, 11 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Typo fixes
Modified paths:
  • /trunk/extensions/Contest/api/ApiContestQuery.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/api/ApiContestQuery.php
@@ -29,7 +29,7 @@
3030
3131 /**
3232 * Returns an instance of the ContestDBObject deriving class.
33 - * Once PHP 5.3 becomes an accaptable requirement, we
 33+ * Once PHP 5.3 becomes an acceptable requirement, we
3434 * can get rid of this silly hack and simply return the class
3535 * name (since all methods we need ought to be static in PHP >= 5.3).
3636 *
@@ -54,12 +54,12 @@
5555
5656 if ( count( $params['props'] ) > 0 ) {
5757 $results = $this->getResults( $params, $this->getConditions( $params ) );
58 - $this->addResults( $params, $results );
 58+ $this->addResults( $params, $results );
5959 }
6060 }
6161
6262 /**
63 - * Get the request paramaters, handle the * value for the props param
 63+ * Get the request parameters, handle the * value for the props param
6464 * and remove all params set to null (ie those that are not actually provided).
6565 *
6666 * @since 0.1

Status & tagging log