8000 [Cache] Fix typo in comment. · symfony/symfony@39dd9b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39dd9b2

Browse files
sepehrnicolas-grekas
authored andcommitted
[Cache] Fix typo in comment.
1 parent e564c70 commit 39dd9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Traits/RedisTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ protected function doHave($id)
197197
protected function doClear($namespace)
198198
{
199199
// When using a native Redis cluster, clearing the cache is done by versioning in AbstractTrait::clear().
200-
// This means old keys are not really removed until they expire and may need gargage collection.
200+
// This means old keys are not really removed until they expire and may need garbage collection.
201201

202202
$cleared = true;
203203
$hosts = array($this->redis);

0 commit comments

Comments
 (0)
0