From 14c7df7498e84dfa1c5174fc884702aa0fe4fc39 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 6 Apr 2015 23:55:43 -0700 Subject: [PATCH] Issue #2466119 by marthinal: Remove duplicated word in the ControllerBase class doc --- core/lib/Drupal/Core/Controller/ControllerBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Controller/ControllerBase.php b/core/lib/Drupal/Core/Controller/ControllerBase.php index 1161da549f5..9e5abdf45f7 100644 --- a/core/lib/Drupal/Core/Controller/ControllerBase.php +++ b/core/lib/Drupal/Core/Controller/ControllerBase.php @@ -26,7 +26,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * refactored to be trivial glue code. * * The services exposed here are those that it is reasonable for a well-behaved - * controller to leverage. A controller that needs other other services may + * controller to leverage. A controller that needs other services may * need to be refactored into a thin controller and a dependent unit-testable * service. *