Fixed typo

unkown -> unknown

Change-Id: Ibbe73853258fd476d4e6f1b28dce27a20233f58f
This commit is contained in:
Kartik Mistry 2014-07-01 15:56:13 +00:00 committed by IAlex
parent 7234b48772
commit 3e50955269

View file

@ -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