diff options
author | Siddharth VP <siddharthvp@gmail.com> | 2021-12-30 18:14:13 +0530 |
---|---|---|
committer | Siddharth VP <siddharthvp@gmail.com> | 2021-12-30 18:14:43 +0530 |
commit | 061ee25f7e5b2ea9bd94f618341f4eddc9b518aa (patch) | |
tree | 64f1972bf2c208d311d36851da974c6abb7bac6d /includes/cache/HTMLFileCache.php | |
parent | 2518706eae33e04d0a5296691e3442e93493a1e1 (diff) | |
download | mediawikicore-061ee25f7e5b2ea9bd94f618341f4eddc9b518aa.tar.gz mediawikicore-061ee25f7e5b2ea9bd94f618341f4eddc9b518aa.zip |
Fix typos in comments (E-H)
Change-Id: I0748e0d5962fa909fdd6b7fcae4ab259bde4cdf1
Diffstat (limited to 'includes/cache/HTMLFileCache.php')
-rw-r--r-- | includes/cache/HTMLFileCache.php | 2 |
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. |