Fix typo: "oaram" --> "param"
authorKunal Mehta <legoktm@gmail.com>
Sun, 26 Jan 2014 19:49:25 +0000 (11:49 -0800)
committerKunal Mehta <legoktm@gmail.com>
Sun, 26 Jan 2014 19:49:25 +0000 (11:49 -0800)
Change-Id: Iff06f32c05cc83657770857b48d6201d1285eb07

includes/QueryPage.php

index 654b616..7c2f8f7 100644 (file)
@@ -411,7 +411,7 @@ abstract class QueryPage extends SpecialPage {
        /**
         * Somewhat deprecated, you probably want to be using execute()
         * @param int|bool $offset
-        * @oaram int|bool $limit
+        * @param int|bool $limit
         * @return ResultWrapper
         */
        function doQuery( $offset = false, $limit = false ) {