From: Kartik Mistry Date: Tue, 1 Jul 2014 15:56:13 +0000 (+0000) Subject: Fixed typo X-Git-Tag: 1.31.0-rc.0~15141 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=3e5095526902d52e0ee6f191519e0acd0c83aac6;p=lhc%2Fweb%2Fwiklou.git Fixed typo unkown -> unknown Change-Id: Ibbe73853258fd476d4e6f1b28dce27a20233f58f --- 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