]> source.dussan.org Git - nextcloud-server.git/commitdiff
spell check
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 16:53:01 +0000 (17:53 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 16:53:01 +0000 (17:53 +0100)
apps/user_ldap/lib/helper.php

index 3c4b98af1a45017b6e5a1fccd0613635eb9d2108..29ce998dae700c5b21edf2b6ed550152e6a82a7c 100644 (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