aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-11 20:34:18 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-11 20:34:18 +0000
commit56e58cd4ee773009ed407a9efb2cf0179f946087 (patch)
tree7ae782a02f03a5014f332d5eb009417f6ec61562 /engine/lib/entities.php
parentfc95f3a49311ca3d3e45d00d5bc7843ac6974f2a (diff)
downloadelgg-56e58cd4ee773009ed407a9efb2cf0179f946087.tar.gz
elgg-56e58cd4ee773009ed407a9efb2cf0179f946087.tar.bz2
fixed spelling error in documentation
git-svn-id: http://code.elgg.org/elgg/trunk@7598 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index c09cdc829..207748f9b 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -1220,7 +1220,7 @@ function elgg_get_entity_container_where_sql($table, $container_guids) {
*
* @param string $table Entity table prefix as defined in
* SELECT...FROM entities $table
- * @param NULL|int $time_created_upper Time crated upper limit
+ * @param NULL|int $time_created_upper Time created upper limit
* @param NULL|int $time_created_lower Time created lower limit
* @param NULL|int $time_updated_upper Time updated upper limit
* @param NULL|int $time_updated_lower Time updated lower limit