From: Niklas Laxström Date: Sat, 1 Dec 2012 16:02:15 +0000 (+0000) Subject: Fixing typo X-Git-Tag: 1.31.0-rc.0~21456^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=35a3759234a86422612c6ecbda345666e12d1565;p=lhc%2Fweb%2Fwiklou.git Fixing typo Change-Id: I930c37ad7550c7dd0c4856c22921155dec6ccb3b --- diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php index 6bf94ccb75..23c31bf9da 100644 --- a/includes/AjaxResponse.php +++ b/includes/AjaxResponse.php @@ -204,7 +204,7 @@ class AjaxResponse { /** * checkLastModified tells the client to use the client-cached response if - * possible. If sucessful, the AjaxResponse is disabled so that + * possible. If successful, the AjaxResponse is disabled so that * any future call to AjaxResponse::printText() have no effect. * * @param $timestamp string diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 8399a8cde6..7649b23ee9 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -611,7 +611,7 @@ class OutputPage extends ContextSource { /** * checkLastModified tells the client to use the client-cached page if - * possible. If sucessful, the OutputPage is disabled so that + * possible. If successful, the OutputPage is disabled so that * any future call to OutputPage->output() have no effect. * * Side effect: sets mLastModified for Last-Modified header