diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-11 20:34:18 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-11 20:34:18 +0000 | 
| commit | 56e58cd4ee773009ed407a9efb2cf0179f946087 (patch) | |
| tree | 7ae782a02f03a5014f332d5eb009417f6ec61562 | |
| parent | fc95f3a49311ca3d3e45d00d5bc7843ac6974f2a (diff) | |
| download | elgg-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
| -rw-r--r-- | engine/lib/entities.php | 2 | 
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  | 
