Fixed typo
unkown -> unknown Change-Id: Ibbe73853258fd476d4e6f1b28dce27a20233f58f
This commit is contained in:
parent
7234b48772
commit
3e50955269
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue