From: Kunal Mehta Date: Sun, 26 Jan 2014 19:49:25 +0000 (-0800) Subject: Fix typo: "oaram" --> "param" X-Git-Tag: 1.31.0-rc.0~17138 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=3cf85fbb67417074ee7896a10f0b22a705af776f;p=lhc%2Fweb%2Fwiklou.git Fix typo: "oaram" --> "param" Change-Id: Iff06f32c05cc83657770857b48d6201d1285eb07 --- 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 ) {