From c1db75ab4582d710a0b6d8ace6fd6cc80fdc31f2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 11 Sep 2016 09:08:33 -0600 Subject: [PATCH] Fix a spelling mistake in ldap.php. --- core/authentication/resources/classes/plugins/ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/authentication/resources/classes/plugins/ldap.php b/core/authentication/resources/classes/plugins/ldap.php index 740ef1793b..a5ad7c12f7 100644 --- a/core/authentication/resources/classes/plugins/ldap.php +++ b/core/authentication/resources/classes/plugins/ldap.php @@ -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 remove 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() {