summaryrefslogtreecommitdiffstats
path: root/lib/public/Accounts
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-05-10 11:56:34 +0200
committerSimon L <szaimen@e.mail.de>2023-05-10 11:56:34 +0200
commitd55a7c619d3733863387cc8c6269050b72cbff0c (patch)
tree65c692a53f75b72e30faeac5a1d5d5cfd38c97a1 /lib/public/Accounts
parent14cb58c0e5b4507704755a462a859c407173c21f (diff)
downloadnextcloud-server-d55a7c619d3733863387cc8c6269050b72cbff0c.tar.gz
nextcloud-server-d55a7c619d3733863387cc8c6269050b72cbff0c.zip
Fix typos in lib/public subdirectory
Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz <luzpaz@github.com> Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'lib/public/Accounts')
-rw-r--r--lib/public/Accounts/IAccount.php2
-rw-r--r--lib/public/Accounts/IAccountPropertyCollection.php2
2 files changed, 2 insertions, 2 deletions
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
*/