From: cash Date: Sat, 11 Dec 2010 20:34:18 +0000 (+0000) Subject: fixed spelling error in documentation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56e58cd4ee773009ed407a9efb2cf0179f946087;p=lorea%2Felgg.git fixed spelling error in documentation git-svn-id: http://code.elgg.org/elgg/trunk@7598 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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