From d2833a6552725dd664bd7e2fcab577ee8e7a8eec Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 21 Jan 2022 14:34:45 +0100 Subject: [PATCH] Fix typo in deprecated Signed-off-by: Joas Schilling --- lib/public/Comments/ICommentsManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index 781ec87892c..178401056c7 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -131,7 +131,7 @@ interface ICommentsManager { * @param bool $includeLastKnown * @return IComment[] * @since 14.0.0 - * @depreacted 24.0.0 - Use getCommentsWithVerbForObjectSinceComment instead + * @deprecated 24.0.0 - Use getCommentsWithVerbForObjectSinceComment instead */ public function getForObjectSince( string $objectType, @@ -221,7 +221,7 @@ interface ICommentsManager { * @param string $verb * @return int * @since 21.0.0 - * @depreacted 24.0.0 - Use getNumberOfCommentsWithVerbsForObjectSinceComment instead + * @deprecated 24.0.0 - Use getNumberOfCommentsWithVerbsForObjectSinceComment instead */ public function getNumberOfCommentsForObjectSinceComment(string $objectType, string $objectId, int $lastRead, string $verb = ''): int; -- 2.39.5