[Cache] Fix typo in comment.

This commit is contained in:
Sepehr Lajevardi 2018-06-14 11:11:11 +04:30 committed by Nicolas Grekas
parent e564c70772
commit 39dd9b2f97

View File

@ -197,7 +197,7 @@ trait RedisTrait
protected function doClear($namespace)
{
// When using a native Redis cluster, clearing the cache is done by versioning in AbstractTrait::clear().
// This means old keys are not really removed until they expire and may need gargage collection.
// This means old keys are not really removed until they expire and may need garbage collection.
$cleared = true;
$hosts = array($this->redis);