From d55a7c619d3733863387cc8c6269050b72cbff0c Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 10 May 2023 11:56:34 +0200 Subject: Fix typos in lib/public subdirectory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz Signed-off-by: Simon L Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- lib/public/Accounts/IAccount.php | 2 +- lib/public/Accounts/IAccountPropertyCollection.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/public/Accounts') diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php index 190896a54ef..e024ced5bda 100644 --- a/lib/public/Accounts/IAccount.php +++ b/lib/public/Accounts/IAccount.php @@ -134,7 +134,7 @@ interface IAccount extends \JsonSerializable { public function setPropertyCollection(IAccountPropertyCollection $propertyCollection): IAccount; /** - * Returns the requestes propery collection (multi-value properties) + * Returns the requested property collection (multi-value properties) * * @throws PropertyDoesNotExistException against invalid collection name * @since 22.0.0 diff --git a/lib/public/Accounts/IAccountPropertyCollection.php b/lib/public/Accounts/IAccountPropertyCollection.php index 3f42cb1e6b7..c4ae5b5abc0 100644 --- a/lib/public/Accounts/IAccountPropertyCollection.php +++ b/lib/public/Accounts/IAccountPropertyCollection.php @@ -38,7 +38,7 @@ use JsonSerializable; */ interface IAccountPropertyCollection extends JsonSerializable { /** - * retuns the collection name + * returns the collection name * * @since 22.0.0 */ -- cgit v1.2.3