merged master
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
index 3590093..d6b556d 100644 (file)
@@ -612,7 +612,7 @@ class ApiQueryRevisions extends ApiQueryBase {
                        return 'private';
                }
                if ( !is_null( $params['prop'] ) && in_array( 'parsedcomment', $params['prop'] ) ) {
-                       // formatComment() calls wfMsg() among other things
+                       // formatComment() calls wfMessage() among other things
                        return 'anon-public-user-private';
                }
                return 'public';