From: Roan Kattouw Date: Mon, 3 Oct 2011 14:59:56 +0000 (+0000) Subject: Fix comment in r98374 X-Git-Tag: 1.31.0-rc.0~27288 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=76aaf47b6498f135f2bc38f31f5f8c7ccc5f34b7;p=lhc%2Fweb%2Fwiklou.git Fix comment in r98374 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index fa598a42c3..7041518e45 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2622,7 +2622,7 @@ $templates * Get an array containing the variables to be set in mw.config in JavaScript. * * Do not add things here which can be evaluated in ResourceLoaderStartupScript - * - in other words, page-indendent/site-wide variables (without state). + * - in other words, page-independent/site-wide variables (without state). * You will only be adding bloat to the html page and causing page caches to * have to be purged on configuration changes. */