From: Krinkle Date: Fri, 3 Jun 2011 01:04:24 +0000 (+0000) Subject: typo from r78201 X-Git-Tag: 1.31.0-rc.0~29761 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=439a38eca2bef96d81323c32c8bbf045af124816;p=lhc%2Fweb%2Fwiklou.git typo from r78201 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 5983dd994b..a14581935b 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -169,7 +169,7 @@ class Parser { var $mRevisionObject; # The revision object of the specified revision ID var $mRevisionId; # ID to display in {{REVISIONID}} tags var $mRevisionTimestamp; # The timestamp of the specified revision ID - var $mRevisionUser; # Userto display in {{REVISIONUSER}} tag + var $mRevisionUser; # User to display in {{REVISIONUSER}} tag var $mRevIdForTs; # The revision ID which was used to fetch the timestamp /**