From: Alangi Derick Date: Fri, 19 Oct 2018 20:21:35 +0000 (+0100) Subject: Fix typo in includes/watcheditem/WatchItemStoreInterface.php X-Git-Tag: 1.34.0-rc.0~3716^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=b23cc4fee733c09d0c767abb963b11cb56033882;p=lhc%2Fweb%2Fwiklou.git 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 --- 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