aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorFilis Futsarov <filisko@users.noreply.github.com>2019-01-30 23:23:09 +0100
committerGitHub <noreply@github.com>2019-01-30 23:23:09 +0100
commit18ae9d267a03ce6f71dad54c77b22e50d2bfb577 (patch)
treec718bb8670a5a41b803317dbc5e70bd19c0da62b /apps/user_ldap/lib
parent85d6d7b87c82bfed9f1a494d55074daff0e2e3ee (diff)
downloadnextcloud-server-18ae9d267a03ce6f71dad54c77b22e50d2bfb577.tar.gz
nextcloud-server-18ae9d267a03ce6f71dad54c77b22e50d2bfb577.zip
Comment fix.
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/UserPluginManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/UserPluginManager.php b/apps/user_ldap/lib/UserPluginManager.php
index b3fda494022..5bf36dfe08f 100644
--- a/apps/user_ldap/lib/UserPluginManager.php
+++ b/apps/user_ldap/lib/UserPluginManager.php
@@ -50,7 +50,7 @@ class UserPluginManager {
}
/**
- * Registers a group plugin that may implement some actions, overriding User_LDAP's user actions.
+ * Registers a user plugin that may implement some actions, overriding User_LDAP's user actions.
*
* @param ILDAPUserPlugin $plugin
*/