]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed spelling error in documentation
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 11 Dec 2010 20:34:18 +0000 (20:34 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 11 Dec 2010 20:34:18 +0000 (20:34 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7598 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index c09cdc829f7891fcbefbf06bdf05542fc8fc6933..207748f9b95d85f37f6fa8448460a3f750177207 100644 (file)
@@ -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