From 2daafebc77c8288f54a5fa953d4f038cc491face Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Thu, 6 Feb 2014 17:11:48 +0530 Subject: [PATCH] Do not use jargon in comment. * luser -> user Change-Id: Iab8033dea8f0cbf628563ca5434f3d939fe6b3df --- includes/logging/LogFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index 9e7f056f08..4f44d75813 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -573,7 +573,7 @@ class LogFormatter { } /** - * Gets the luser provided comment + * Gets the user provided comment * @return string HTML */ public function getComment() { -- 2.20.1