From 126fb25bcce346c11b08a15cf01c376121ca292d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 5 Sep 2008 07:17:47 +0000 Subject: [PATCH] tweak comment --- includes/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogPage.php b/includes/LogPage.php index c56bc89005..983b952e9b 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -206,7 +206,7 @@ class LogPage { default: if( $title->getNamespace() == NS_SPECIAL ) { list( $name, $par ) = SpecialPage::resolveAliasWithSubpage( $title->getDBKey() ); - # Use the langauge name for log titles + # Use the language name for log titles, rather than Log/X if( $name == 'Log' ) { $titleLink = '('.$skin->makeLinkObj( $title, LogPage::logName( $par ) ).')'; } else { -- 2.20.1