From b23cc4fee733c09d0c767abb963b11cb56033882 Mon Sep 17 00:00:00 2001 From: Alangi Derick Date: Fri, 19 Oct 2018 21:21:35 +0100 Subject: [PATCH] Fix typo in includes/watcheditem/WatchItemStoreInterface.php Comment didn't quite make sense, fixing the typo by removing "the" made it a little better and clear. Change-Id: I33abdb3489ab704d50722a8df6acb402592908b2 --- includes/watcheditem/WatchedItemStoreInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/watcheditem/WatchedItemStoreInterface.php b/includes/watcheditem/WatchedItemStoreInterface.php index ac5e2159b5..274d3f4812 100644 --- a/includes/watcheditem/WatchedItemStoreInterface.php +++ b/includes/watcheditem/WatchedItemStoreInterface.php @@ -193,7 +193,7 @@ interface WatchedItemStoreInterface { public function addWatchBatchForUser( User $user, array $targets ); /** - * Removes the an entry for the User watching the LinkTarget + * Removes an entry for the User watching the LinkTarget * Must be called separately for Subject & Talk namespaces * * @since 1.31 -- 2.20.1