From 76aaf47b6498f135f2bc38f31f5f8c7ccc5f34b7 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 3 Oct 2011 14:59:56 +0000 Subject: [PATCH] Fix comment in r98374 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1