Skip to content

Commit 0123e9e

Browse files
committed
minor symfony#48009 Fix Typos In Comments 6.1+ (PhilETaylor)
This PR was merged into the 6.1 branch. Discussion ---------- Fix Typos In Comments 6.1+ simple typo fix Commits ------- f0a2bf6 typo s/retrieveing/retrieving
2 parents b3adafe + f0a2bf6 commit 0123e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Implements simple and robust tag-based invalidation suitable for use with volatile caches.
2626
*
2727
* This adapter works by storing a version for each tags. When saving an item, it is stored together with its tags and
28-
* their corresponding versions. When retrieveing an item, those tag versions are compared to the current version of
28+
* their corresponding versions. When retrieving an item, those tag versions are compared to the current version of
2929
* each tags. Invalidation is achieved by deleting tags, thereby ensuring that their versions change even when the
3030
* storage is out of space. When versions of non-existing tags are requested for item commits, this adapter assigns a
3131
* new random version to them.

0 commit comments

Comments
 (0)