From: Thomas Mueller Date: Thu, 31 Jan 2013 16:51:59 +0000 (+0100) Subject: spell check X-Git-Tag: v5.0.0alpha1~159^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5862f3d140357bd2da91f0034dab0eeb2ae4a1a0;p=nextcloud-server.git spell check --- diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 8ddc106d0b9..7a9732b2ce5 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -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(