diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-09 05:38:12 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-09 05:38:12 +0000 | 
| commit | c5df1bc76bd40356ab88d8f2a593f2b13e833e61 (patch) | |
| tree | 4fff540693cb2020aa3e3b37dbfaef195d49b1a2 | |
| parent | 31c056cf10bfdf8c6185c69f8fbad06b8998958c (diff) | |
| download | elgg-c5df1bc76bd40356ab88d8f2a593f2b13e833e61.tar.gz elgg-c5df1bc76bd40356ab88d8f2a593f2b13e833e61.tar.bz2  | |
Fixed some typos in documentation of ElggBatch.
git-svn-id: http://code.elgg.org/elgg/trunk@8641 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | engine/classes/ElggBatch.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggBatch.php b/engine/classes/ElggBatch.php index 5b4132db4..49aed800a 100644 --- a/engine/classes/ElggBatch.php +++ b/engine/classes/ElggBatch.php @@ -11,7 +11,7 @@   * can be a string, an array, or a closure.   * {@link http://php.net/manual/en/language.pseudo-types.php}   * - * The callback function must accepts 3 arguments: an entity, the getter used, and the options used. + * The callback function must accept 3 arguments: an entity, the getter used, and the options used.   *   * Results from the callback are stored in callbackResult.   * If the callback returns only booleans callbackResults will be the combined @@ -139,7 +139,7 @@ class ElggBatch  	public $callbackResult = null;  	/** -	 * Batches operations on any elgg_get_*() functions that supports +	 * Batches operations on any elgg_get_*() or compatible function that supports  	 * an options array.  	 *  	 * Instead of returning all objects in memory, it goes through $chunk_size  | 
