Fixing typo
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Sat, 1 Dec 2012 16:02:15 +0000 (16:02 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Sat, 1 Dec 2012 16:02:15 +0000 (16:02 +0000)
Change-Id: I930c37ad7550c7dd0c4856c22921155dec6ccb3b

includes/AjaxResponse.php
includes/OutputPage.php

index 6bf94cc..23c31bf 100644 (file)
@@ -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
index 8399a8c..7649b23 100644 (file)
@@ -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