summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc2
-rw-r--r--includes/database/query.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 6d60ed1f0..cb7a5b7d1 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2637,7 +2637,7 @@ function drupal_installation_attempted() {
*
* This would include implementations of hook_install(), which could run
* during the Drupal installation phase, and might also be run during
- * non-installation time, such as while installing the module from the the
+ * non-installation time, such as while installing the module from the
* module administration page.
*
* Example usage:
diff --git a/includes/database/query.inc b/includes/database/query.inc
index 8af91c2d7..c9c5a8328 100644
--- a/includes/database/query.inc
+++ b/includes/database/query.inc
@@ -1694,7 +1694,7 @@ class DatabaseCondition implements QueryConditionInterface, Countable {
* Implements Countable::count().
*
* Returns the size of this conditional. The size of the conditional is the
- * size of its conditional array minus one, because one element is the the
+ * size of its conditional array minus one, because one element is the
* conjunction.
*/
public function count() {