From 83c663c53fe2c965af6bd906f95baa9b8f51bc1a Mon Sep 17 00:00:00 2001
From: kotnik <kotnik@drupal.rs>
Date: Mon, 5 Nov 2012 14:41:46 +0100
Subject: [PATCH] Issue #1832258 by kotnik: Fixed Missing word in
 EntityManager documentation.

---
 core/lib/Drupal/Core/Entity/EntityManager.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Entity/EntityManager.php b/core/lib/Drupal/Core/Entity/EntityManager.php
index 29f0a36..a75dc44 100644
--- a/core/lib/Drupal/Core/Entity/EntityManager.php
+++ b/core/lib/Drupal/Core/Entity/EntityManager.php
@@ -54,7 +54,7 @@
  *   be called to determine the entity label. See also the
  *   Drupal\Core\Entity\Entity::label() method, which implements this logic.
  * - list_controller_class: (optional) The name of the class that provides
- *   listings of the The class must implement
+ *   listings of the entities. The class must implement
  *   Drupal\Core\Entity\EntityListControllerInterface. Defaults to
  *   Drupal\Core\Entity\EntityListController.
  * - render_controller_class: The name of the class that is used to render the
-- 
1.8.0

