OutputPage: Fix typo in documentation
authorKunal Mehta <legoktm@gmail.com>
Sat, 10 Oct 2015 15:52:58 +0000 (11:52 -0400)
committerKunal Mehta <legoktm@gmail.com>
Sat, 10 Oct 2015 15:52:58 +0000 (11:52 -0400)
Change-Id: If89f249de3049eb37c261a7417910637b7464961

includes/OutputPage.php

index 62e9192..4f99f34 100644 (file)
@@ -236,7 +236,7 @@ class OutputPage extends ContextSource {
 
        /** @var int Cache stuff. Looks like mEnableClientCache */
        protected $mSquidMaxage = 0;
-       /** @var in Upper limit on mSquidMaxage */
+       /** @var int Upper limit on mSquidMaxage */
        protected $mCdnMaxageLimit = INF;
 
        /**