diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 22:49:07 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 22:49:07 +0100 |
commit | fc585623a5f0f65bc14a3228ff7e305414e61332 (patch) | |
tree | de4ea5962611e256fec869ff473bdf58717b9b61 | |
parent | a1dc24c9daef6f976adf2101fe104e8c5d7dc4b2 (diff) | |
download | nextcloud-server-fc585623a5f0f65bc14a3228ff7e305414e61332.tar.gz nextcloud-server-fc585623a5f0f65bc14a3228ff7e305414e61332.zip |
spell check
:+1:
-rw-r--r-- | apps/user_ldap/user_proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index 5609f72ee6e..a94be3354fc 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -157,7 +157,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface { /** * @brief Get a list of all display names - * @returns array with all displayNames (value) and the correspondig uids (key) + * @returns array with all displayNames (value) and the corresponding uids (key) * * Get a list of all display names and user ids. */ |