Skip to content

Commit f0a2bf6

Browse files
authored
typo s/retrieveing/retrieving
1 parent 7e8fdd8 commit f0a2bf6

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)