diff options
author | David Rothstein <drothstein@gmail.com> | 2015-03-30 18:42:39 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-03-30 18:42:39 -0400 |
commit | e765be0bad0015c69e45367ea518159932f3afcb (patch) | |
tree | 5fed39ac5796fe9faf333798ceccd33e22f9247f /includes/database | |
parent | 437ceb6bb1a9241805b2e2acf0b6600fcd444c35 (diff) | |
download | brdo-e765be0bad0015c69e45367ea518159932f3afcb.tar.gz brdo-e765be0bad0015c69e45367ea518159932f3afcb.tar.bz2 |
Issue #2453311 by TravisCarden: Fix a couple more "the the"s in the codebase
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/query.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |