From 3cf85fbb67417074ee7896a10f0b22a705af776f Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 26 Jan 2014 11:49:25 -0800 Subject: [PATCH] Fix typo: "oaram" --> "param" Change-Id: Iff06f32c05cc83657770857b48d6201d1285eb07 --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 654b616216..7c2f8f7779 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -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 ) { -- 2.20.1