summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/user/manager.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-02 15:05:37 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-04-10 09:12:37 +0200
commit1427ea78d40bbfdc54d7ce603a96232b11f5a405 (patch)
tree431e22a0472bbfe216135e92ec189bdd3db589e4 /apps/user_ldap/lib/user/manager.php
parenta85bc5538fbc5013e386058f3b1caf191e94b148 (diff)
downloadnextcloud-server-1427ea78d40bbfdc54d7ce603a96232b11f5a405.tar.gz
nextcloud-server-1427ea78d40bbfdc54d7ce603a96232b11f5a405.zip
fix typo and comment
Diffstat (limited to 'apps/user_ldap/lib/user/manager.php')
-rw-r--r--apps/user_ldap/lib/user/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/user/manager.php b/apps/user_ldap/lib/user/manager.php
index b5d402f1fac..c8c89374e98 100644
--- a/apps/user_ldap/lib/user/manager.php
+++ b/apps/user_ldap/lib/user/manager.php
@@ -168,7 +168,7 @@ class Manager {
/**
* @brief returns a User object by it's DN or ownCloud username
- * @param string the username of the user
+ * @param string the DN or username of the user
* @return \OCA\user_ldap\lib\user\User|\OCA\user_ldap\lib\user\OfflineUser|null
* @throws \Exception when connection could not be established
*/