Trivial: Typo fix in comment
authorSubramanya Sastry <ssastry@wikimedia.org>
Wed, 7 Sep 2016 19:43:57 +0000 (14:43 -0500)
committerSubramanya Sastry <ssastry@wikimedia.org>
Wed, 7 Sep 2016 19:44:14 +0000 (14:44 -0500)
Change-Id: I7ad1ee3ca1e3007e70b5566209e3bbbc9b19201a

includes/objectcache/ObjectCache.php

index 9ff39a0..1e0013f 100644 (file)
@@ -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: