From df64790a1a10cf23bb75d8ac5bd1411c86a3d608 Mon Sep 17 00:00:00 2001 From: xjm Date: Wed, 25 Nov 2015 14:01:02 -0600 Subject: [PATCH] Issue #2620266 by JKerschner, plach: Typo in LanguageNegotiationContentEntity class --- .../LanguageNegotiation/LanguageNegotiationContentEntity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php b/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php index 4ce022deafa..fd9da352f04 100644 --- a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php +++ b/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php @@ -181,8 +181,8 @@ class LanguageNegotiationContentEntity extends LanguageNegotiationMethodBase imp * \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationContentEntity::processOutbound(). * * @return bool - * TRUE if the the content entity language negotiator has higher priority - * than the url language negotiator, FALSE otherwise. + * TRUE if the content entity language negotiator has higher priority than + * the url language negotiator, FALSE otherwise. */ protected function hasLowerLanguageNegotiationWeight() { if (!isset($this->hasLowerLanguageNegotiationWeightResult)) {