spell check

This commit is contained in:
Thomas Mueller 2013-01-31 17:53:01 +01:00
parent 5862f3d140
commit 19714151e2
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class Helper {
* 'configkey' have a prefix. The prefix for the very first server
* configuration is empty.
* Configkey Examples:
* Server 1: ldap_login_filtter
* Server 1: ldap_login_filter
* Server 2: s1_ldap_login_filter
* Server 3: s2_ldap_login_filter
*
@ -72,7 +72,7 @@ class Helper {
/**
* @brief deletes a given saved LDAP/AD server configuration.
* @param string the configuration prefix of the config to delete
* @return bool true on success, false otherweise
* @return bool true on success, false otherwise
*/
static public function deleteServerConfiguration($prefix) {
//just to be on the safe side