summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-14 22:05:25 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-14 22:05:25 -0400
commit38b29900520db43f3b8b6c2ec138679e0a5c53cf (patch)
tree3526c176bd20bc6d38f96978a0c4acdb9cccc4b4 /includes
parenteeeb5dd72f6c0c33fd954371ac1c3e1313e2f2fe (diff)
downloadbrdo-38b29900520db43f3b8b6c2ec138679e0a5c53cf.tar.gz
brdo-38b29900520db43f3b8b6c2ec138679e0a5c53cf.tar.bz2
- Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.
Diffstat (limited to 'includes')
-rw-r--r--includes/entity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/entity.inc b/includes/entity.inc
index 33c768c7f..a3cdf7417 100644
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -408,7 +408,7 @@ class EntityFieldQueryException extends Exception {}
* direct access to the collected properties in order to handle alternate
* execution routines. We therefore use public properties for simplicity. Note
* that code that is simply creating and running a field query should still use
- * the appropriate methods add conditions on the query.
+ * the appropriate methods to add conditions on the query.
*
* Storage engines are not required to support every type of query. By default,
* an EntityFieldQueryException will be raised if an unsupported condition is