From 35a3759234a86422612c6ecbda345666e12d1565 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 1 Dec 2012 16:02:15 +0000 Subject: [PATCH] Fixing typo Change-Id: I930c37ad7550c7dd0c4856c22921155dec6ccb3b --- includes/AjaxResponse.php | 2 +- includes/OutputPage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1