From 23ec4d593a5bb77881fb812d89427dddee5cbce1 Mon Sep 17 00:00:00 2001
From: Gabor Hojtsy <gabor@hojtsy.hu>
Date: Thu, 15 Jun 2017 09:59:24 +0200
Subject: [PATCH] Issue #2868759 by dpagini:
 ConditionInterface::conditionGroupFactory API documentation typo AND/OR

---
 core/lib/Drupal/Core/Database/Query/ConditionInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Database/Query/ConditionInterface.php b/core/lib/Drupal/Core/Database/Query/ConditionInterface.php
index aa5090a89a3f..221f0e2b49c8 100644
--- a/core/lib/Drupal/Core/Database/Query/ConditionInterface.php
+++ b/core/lib/Drupal/Core/Database/Query/ConditionInterface.php
@@ -197,7 +197,7 @@ public function compiled();
    *
    * @param $conjunction
    *   - AND (default): this is the equivalent of andConditionGroup().
-   *   - OR: this is the equivalent of andConditionGroup().
+   *   - OR: this is the equivalent of orConditionGroup().
    *
    * @return \Drupal\Core\Database\Query\ConditionInterface
    *   An object holding a group of conditions.
-- 
GitLab