summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-07 08:30:08 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-07 08:30:08 +0000
commitc9cc6ffd1a1df704ca31e270329899277a4a7c51 (patch)
treefa052846095cbe8ed16bf5cd7ee8ce0835cc0e1f
parent055aa044977fdb608547bca2f39b79abe31beabe (diff)
fix a couple of typos.
-rw-r--r--core/libraries/ORM_MPTT.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/libraries/ORM_MPTT.php b/core/libraries/ORM_MPTT.php
index b6353cec..d24679e0 100644
--- a/core/libraries/ORM_MPTT.php
+++ b/core/libraries/ORM_MPTT.php
@@ -229,8 +229,8 @@ class ORM_MPTT_Core extends ORM {
* Move this item to the specified target.
*
* @chainable
- * @param Item_Model $target Target item (must be an album
- * @param boolean $locked The called is already holding the lock
+ * @param Item_Model $target Target item (must be an album)
+ * @param boolean $locked The caller is already holding the lock
* @return ORM_MTPP
*/
function move_to($target, $locked=false) {