From: Rotem Liss Date: Wed, 23 Apr 2008 18:10:24 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: 1.31.0-rc.0~48114 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=bf3665aa3bf476adebedc024aa1f33282d47efcf;p=lhc%2Fweb%2Fwiklou.git Typo in comment. --- diff --git a/includes/SpecialRevisiondelete.php b/includes/SpecialRevisiondelete.php index 4c337893eb..92cb7d6b12 100644 --- a/includes/SpecialRevisiondelete.php +++ b/includes/SpecialRevisiondelete.php @@ -1115,7 +1115,7 @@ class RevisionDeleter { $this->updateLog( $title, $count, $bitfield, $logRows[$logid]->log_deleted, $comment, $title, 'logid', $log_Ids ); } - // Where all revs allowed to be set? + // Were all revs allowed to be set? if( !$userAllowedAll ) { $wgOut->permissionRequired( 'hiderevision' ); return false;