jenkins-bot has submitted this change and it was merged. Change subject: Doc typo fixes ......................................................................
Doc typo fixes Change-Id: I41286754185dbd1d23f409dfb60eb0fe9d4aa5f5 --- M includes/cache/bloom/BloomCacheRedis.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/cache/bloom/BloomCacheRedis.php b/includes/cache/bloom/BloomCacheRedis.php index 7bafc99..212e5e8 100644 --- a/includes/cache/bloom/BloomCacheRedis.php +++ b/includes/cache/bloom/BloomCacheRedis.php @@ -20,11 +20,11 @@ */ /** - * Bloom filter implented using Redis + * Bloom filter implemented using Redis * * The Redis server must be >= 2.6 and should have volatile-lru or volatile-ttl * if there is any eviction policy. It should not be allkeys-* in any case. Also, - * this can be used in a simple master/slave setup or with Redis Sentinal preferably. + * this can be used in a simple master/slave setup or with Redis Sentinel preferably. * * Some bits are based on https://github.com/ErikDubbelboer/redis-lua-scaling-bloom-filter * but are simplified to use a single filter instead of up to 32 filters. -- To view, visit https://gerrit.wikimedia.org/r/161011 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I41286754185dbd1d23f409dfb60eb0fe9d4aa5f5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
