diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 17:51:59 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-31 17:51:59 +0100 |
commit | 5862f3d140357bd2da91f0034dab0eeb2ae4a1a0 (patch) | |
tree | 5ee87efa1223ba66625bf15a9544afcb169b24ce /apps | |
parent | 7f2d7cdbe1b822721ecb3b696937835f36564f39 (diff) | |
download | nextcloud-server-5862f3d140357bd2da91f0034dab0eeb2ae4a1a0.tar.gz nextcloud-server-5862f3d140357bd2da91f0034dab0eeb2ae4a1a0.zip |
spell check
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/connection.php | 6 |
1 files changed, 3 insertions, 3 deletions
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( |