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

index 8ddc106d0b95490cb9043560c8a61ac8fabd9854..7a9732b2ce5568658862df3417d18b99817ad70c 100644 (file)
@@ -97,7 +97,7 @@ class Connection {
 
        public function __set($name, $value) {
                $changed = false;
-               //omly few options are writable
+               //only few options are writable
                if($name == 'ldapUuidAttribute') {
                        \OCP\Util::writeLog('user_ldap', 'Set config ldapUuidAttribute to  '.$value, \OCP\Util::DEBUG);
                        $this->config[$name] = $value;
@@ -455,8 +455,8 @@ ingle parameters
        }
 
        /**
-        * @returns an associted array with the default values. Keys are correspond
-        * to configvalue entries in the database table
+        * @returns an associative array with the default values. Keys are correspond
+        * to config-value entries in the database table
         */
        public function getDefaults() {
                return array(