spell check

This commit is contained in:
Thomas Mueller 2013-01-31 17:51:59 +01:00
parent 7f2d7cdbe1
commit 5862f3d140
1 changed files with 3 additions and 3 deletions

View File

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