Fixed typo
authorKartik Mistry <kartik.mistry@gmail.com>
Tue, 1 Jul 2014 15:56:13 +0000 (15:56 +0000)
committerIAlex <codereview@emsenhuber.ch>
Tue, 1 Jul 2014 17:00:04 +0000 (17:00 +0000)
unkown -> unknown

Change-Id: Ibbe73853258fd476d4e6f1b28dce27a20233f58f

includes/actions/HistoryAction.php

index f1e3c26..c946184 100644 (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