From 4a9769c43645de6b413cc555a4015dd7ec0ae6b2 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 6 Jun 2010 12:30:46 +0000 Subject: [PATCH] Fix method comment from r66539 --- includes/api/ApiQueryWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 67a508b248..4482485c79 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -276,7 +276,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase { } /** - * Gets the user for whom to get the watchlist for + * Gets the user for whom to get the watchlist * * @returns User */ -- 2.20.1