From 47bafc76c932ce41ef0a583f4021da9e44b69162 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 20 Dec 2011 21:29:24 +0000 Subject: [PATCH] grammar :) followup r106514 --- includes/api/ApiQueryRevisions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryRevisions.php b/includes/api/ApiQueryRevisions.php index 7fac077506..8da079c03d 100644 --- a/includes/api/ApiQueryRevisions.php +++ b/includes/api/ApiQueryRevisions.php @@ -606,7 +606,7 @@ class ApiQueryRevisions extends ApiQueryBase { ' user - User that made the revision', ' userid - User id of revision creator', ' size - Length (bytes) of the revision', - ' sha1 - SHA-1 (base 16) the revision', + ' sha1 - SHA-1 (base 16) of the revision', ' comment - Comment by the user for revision', ' parsedcomment - Parsed comment by the user for the revision', ' content - Text of the revision', -- 2.20.1