diff options
Diffstat (limited to 'lib/public/Accounts/IAccount.php')
-rw-r--r-- | lib/public/Accounts/IAccount.php | 2 |
1 files changed, 1 insertions, 1 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 |