From c9cc6ffd1a1df704ca31e270329899277a4a7c51 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 7 Dec 2008 08:30:08 +0000 Subject: fix a couple of typos. --- core/libraries/ORM_MPTT.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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) { -- cgit v1.2.3