From 4ef272a337275ced662cc8f34dc817d9f79b47f5 Mon Sep 17 00:00:00 2001 From: Mahmood Reza Sajjadi Date: Sun, 23 Mar 2014 19:00:18 +0430 Subject: [PATCH] compleate comments --- src/mibew/libs/chat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mibew/libs/chat.php b/src/mibew/libs/chat.php index 436fd37e..f0bc691f 100644 --- a/src/mibew/libs/chat.php +++ b/src/mibew/libs/chat.php @@ -30,7 +30,7 @@ define('USERNAME_COOKIE_NAME', 'MIBEW_Data'); /** * Convert messages to formated text * - * @param array $msg message object whitch most be formatted + * @param array $msg message object which most be formatted * * @return string formatted message */ @@ -631,7 +631,7 @@ function setup_chatview_for_operator(Thread $thread, $operator) /** * Check if the address is banned * - * @param string $addr IP address whitch most be checked + * @param string $addr IP address which most be checked * * @return null|array It is banned address structure. contains (banid string, * comment string)