Fix a spelling mistake in ldap.php.

This commit is contained in:
FusionPBX 2016-09-11 09:09:16 -06:00 committed by GitHub
parent d907fb64d6
commit b61e746b1e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/**
* plugin_ldap
*
* @method dap checks a local or remove ldap database to authenticate the user
* @method ldap checks a local or remote ldap database to authenticate the user
*/
class plugin_ldap {
@ -18,7 +18,7 @@ class plugin_ldap {
public $contact_uuid;
/**
* ldap checks a local or remove ldap database to authenticate the user
* ldap checks a local or remote ldap database to authenticate the user
* @return array [authorized] => true or false
*/
function ldap() {