typo from r78201
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 3 Jun 2011 01:04:24 +0000 (01:04 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 3 Jun 2011 01:04:24 +0000 (01:04 +0000)
includes/parser/Parser.php

index 5983dd9..a145819 100644 (file)
@@ -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
 
        /**