From 2444d051fc901c4397bdc40d9210e6d103a18131 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 6 Mar 2008 15:01:45 +0000 Subject: [PATCH] More typos --- includes/LogPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/LogPage.php b/includes/LogPage.php index df6b9dad18..0f7c169ecd 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -275,7 +275,7 @@ class LogPage { * into a more readable (and translated) form * * @param $flags Flags to format - * @param $forContent Whetever to localize the message depending of the user + * @param $forContent Whether to localize the message depending of the user * language * @return string */ @@ -294,7 +294,7 @@ class LogPage { * Translate a block log flag if possible * * @param $flag Flag to translate - * @param $forContent Whetever to localize the message depending of the user + * @param $forContent Whether to localize the message depending of the user * language * @return string */ -- 2.20.1