Merge pull request #13932 from filisko/master

Comment fix.
This commit is contained in:
Roeland Jago Douma 2019-02-01 08:46:48 +01:00 committed by GitHub
commit f77c3fcf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/