From d282b797de6ea468d0c21b57e8ccb7728ec3efca Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Mon, 1 Jun 2009 15:15:41 +0000 Subject: [PATCH] (r51282) apparent typo in comment corrected. --- includes/specials/SpecialRevisiondelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialRevisiondelete.php b/includes/specials/SpecialRevisiondelete.php index 7dce3e0332..d40a031d60 100644 --- a/includes/specials/SpecialRevisiondelete.php +++ b/includes/specials/SpecialRevisiondelete.php @@ -885,7 +885,7 @@ abstract class RevDel_Item { } /** - * Get the date, formatted with $wgLang + * Get the time, formatted with $wgLang */ public function formatTime() { global $wgLang; -- 2.20.1