Merge "Make TOC hideable"
[lhc/web/wiklou.git] / includes / OutputPage.php
index ffaf77d..7f0454f 100644 (file)
@@ -674,7 +674,7 @@ class OutputPage extends ContextSource {
         *
         * @param $timestamp string
         *
-        * @return Boolean: true iff cache-ok headers was sent.
+        * @return Boolean: true if cache-ok headers was sent.
         */
        public function checkLastModified( $timestamp ) {
                global $wgCachePages, $wgCacheEpoch, $wgUseSquid, $wgSquidMaxage;