From 012f33524bca44e2db417c76e85ac45011132481 Mon Sep 17 00:00:00 2001 From: Menno Holtkamp Date: Tue, 14 Apr 2015 09:43:22 +0200 Subject: [PATCH] Fixed some typo's --- lib/Doctrine/ORM/Cache/MultiGetRegion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Cache/MultiGetRegion.php b/lib/Doctrine/ORM/Cache/MultiGetRegion.php index 6de9c888d..be32b08f0 100644 --- a/lib/Doctrine/ORM/Cache/MultiGetRegion.php +++ b/lib/Doctrine/ORM/Cache/MultiGetRegion.php @@ -23,7 +23,7 @@ namespace Doctrine\ORM\Cache; /** * Defines a region that supports multi-get reading. * - * With one method call we can get multipe items. + * With one method call we can get multiple items. * * @since 2.5 * @author Asmir Mustafic @@ -31,7 +31,7 @@ namespace Doctrine\ORM\Cache; interface MultiGetRegion { /** - * Get all items from the cache indentifed by $keys. + * Get all items from the cache identified by $keys. * It returns NULL if some elements can not be found. * * @param CollectionCacheEntry $collection The collection of the items to be retrieved.