aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/HTMLFileCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cache/HTMLFileCache.php')
-rw-r--r--includes/cache/HTMLFileCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php
index 939fa07e490e..d7cd960b2d55 100644
--- a/includes/cache/HTMLFileCache.php
+++ b/includes/cache/HTMLFileCache.php
@@ -176,7 +176,7 @@ class HTMLFileCache extends FileCacheBase {
* Save this cache object with the given text.
* Use this as an ob_start() handler.
*
- * Normally this is only registed as a handler if $wgUseFileCache is on.
+ * Normally this is only registered as a handler if $wgUseFileCache is on.
* If can be explicitly called by rebuildFileCache.php when it takes over
* handling file caching itself, disabling any automatic handling the
* process.