فهرست منبع

Fix a spelling mistake in ldap.php.

FusionPBX 9 سال پیش
والد
کامیت
8b5cb6a3f2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      core/authentication/resources/classes/plugins/ldap.php

+ 2 - 2
core/authentication/resources/classes/plugins/ldap.php

@@ -3,7 +3,7 @@
 /**
 /**
  * plugin_ldap 
  * 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 {
 class plugin_ldap {
 
 
@@ -18,7 +18,7 @@ class plugin_ldap {
 	public $contact_uuid;
 	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
 	 * @return array [authorized] => true or false
 	 */
 	 */
 	function ldap() {
 	function ldap() {