From: Subramanya Sastry Date: Wed, 7 Sep 2016 19:43:57 +0000 (-0500) Subject: Trivial: Typo fix in comment X-Git-Tag: 1.31.0-rc.0~5722 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=fc05a13a2d144c97636588220150b8a72c976b9b;p=lhc%2Fweb%2Fwiklou.git Trivial: Typo fix in comment Change-Id: I7ad1ee3ca1e3007e70b5566209e3bbbc9b19201a --- 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: