From fc05a13a2d144c97636588220150b8a72c976b9b Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Wed, 7 Sep 2016 14:43:57 -0500 Subject: [PATCH] Trivial: Typo fix in comment Change-Id: I7ad1ee3ca1e3007e70b5566209e3bbbc9b19201a --- includes/objectcache/ObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index 9ff39a083c..1e0013ff99 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -39,7 +39,7 @@ use MediaWiki\Services\ServiceDisabledException; * stored anywhere else (e.g. a "hoard" of objects). * * The former should always use strongly consistent stores, so callers don't - * have to deal with stale reads. The later may be eventually consistent, but + * have to deal with stale reads. The latter may be eventually consistent, but * callers can use BagOStuff:READ_LATEST to see the latest available data. * * Primary entry points: -- 2.20.1