From 3e5095526902d52e0ee6f191519e0acd0c83aac6 Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Tue, 1 Jul 2014 15:56:13 +0000 Subject: [PATCH] Fixed typo unkown -> unknown Change-Id: Ibbe73853258fd476d4e6f1b28dce27a20233f58f --- includes/actions/HistoryAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index f1e3c26c61..c946184b88 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -782,7 +782,7 @@ class HistoryPager extends ReverseChronologicalPager { */ function lastLink( $prevRev, $next ) { $last = $this->historyPage->message['last']; - # $next may either be a Row, null, or "unkown" + # $next may either be a Row, null, or "unknown" $nextRev = is_object( $next ) ? new Revision( $next ) : $next; if ( is_null( $next ) ) { # Probably no next row -- 2.20.1