diff options
author | Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | 2017-07-21 09:50:44 +0200 |
---|---|---|
committer | Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | 2017-07-21 09:50:44 +0200 |
commit | 4e42f059ed788ece49b6fac08bd357869c308903 (patch) | |
tree | 6dc9b7d5bfc3f46d10f3641216a6c77b62c15db0 /lib/private/Authentication/Token | |
parent | 15c51f410e22c3b1ff577bf788d0a439985312c5 (diff) | |
download | nextcloud-server-4e42f059ed788ece49b6fac08bd357869c308903.tar.gz nextcloud-server-4e42f059ed788ece49b6fac08bd357869c308903.zip |
Minor typos
Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
Diffstat (limited to 'lib/private/Authentication/Token')
-rw-r--r-- | lib/private/Authentication/Token/DefaultTokenMapper.php | 2 | ||||
-rw-r--r-- | lib/private/Authentication/Token/DefaultTokenProvider.php | 2 | ||||
-rw-r--r-- | lib/private/Authentication/Token/IProvider.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/Authentication/Token/DefaultTokenMapper.php b/lib/private/Authentication/Token/DefaultTokenMapper.php index 44bc553a92e..ff31628ffb0 100644 --- a/lib/private/Authentication/Token/DefaultTokenMapper.php +++ b/lib/private/Authentication/Token/DefaultTokenMapper.php @@ -110,7 +110,7 @@ class DefaultTokenMapper extends Mapper { } /** - * Get all token of a user + * Get all tokens of a user * * The provider may limit the number of result rows in case of an abuse * where a high number of (session) tokens is generated diff --git a/lib/private/Authentication/Token/DefaultTokenProvider.php b/lib/private/Authentication/Token/DefaultTokenProvider.php index 6fd85295e03..a1a7e83ea21 100644 --- a/lib/private/Authentication/Token/DefaultTokenProvider.php +++ b/lib/private/Authentication/Token/DefaultTokenProvider.php @@ -132,7 +132,7 @@ class DefaultTokenProvider implements IProvider { } /** - * Get all token of a user + * Get all tokens of a user * * The provider may limit the number of result rows in case of an abuse * where a high number of (session) tokens is generated diff --git a/lib/private/Authentication/Token/IProvider.php b/lib/private/Authentication/Token/IProvider.php index 9f280263d76..8ec1d9b8d6c 100644 --- a/lib/private/Authentication/Token/IProvider.php +++ b/lib/private/Authentication/Token/IProvider.php @@ -105,7 +105,7 @@ interface IProvider { public function updateTokenActivity(IToken $token); /** - * Get all token of a user + * Get all tokens of a user * * The provider may limit the number of result rows in case of an abuse * where a high number of (session) tokens is generated |