From 7933ac459dd752a07896aa7f8b8073020df7e0fc Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Wed, 14 Oct 2015 15:30:14 -0400
Subject: [PATCH] Issue #2488750 by lalweil: Typo in DatabaseConnection::query

---
 includes/database/database.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/database/database.inc b/includes/database/database.inc
index 3d776b573587..90a3f7434582 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -656,7 +656,7 @@ protected function filterComment($comment = '') {
    * @return DatabaseStatementInterface
    *   This method will return one of: the executed statement, the number of
    *   rows affected by the query (not the number matched), or the generated
-   *   insert IT of the last query, depending on the value of
+   *   insert ID of the last query, depending on the value of
    *   $options['return']. Typically that value will be set by default or a
    *   query builder and should not be set by a user. If there is an error,
    *   this method will return NULL and may throw an exception if
-- 
GitLab