From 540b9aab7461ad30345d621ae21f353c54e938bf Mon Sep 17 00:00:00 2001 From: Mahmood Reza Sajjadi Date: Thu, 20 Feb 2014 14:10:09 +0330 Subject: [PATCH] comments correction --- src/mibew/libs/canned.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mibew/libs/canned.php b/src/mibew/libs/canned.php index 6905368b..a662d191 100644 --- a/src/mibew/libs/canned.php +++ b/src/mibew/libs/canned.php @@ -47,7 +47,7 @@ function load_canned_messages($locale, $group_id) /** * Get information about first existing canned message from database * - * @param integer $key ID of canned message wich will be returned + * @param integer $key ID of canned message witch will be returned * * @return null|array It is canned message structure. contains (vctitle string, vcvalue string) */ @@ -66,7 +66,7 @@ function load_canned_message($key) /** * Updates information about existing canned message in database * - * @param integer $key id of canned message wich must be update + * @param integer $key id of canned message witch must be update * @param string $title new title for this canned message * @param string $message new message for this canned message */