summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-31 17:51:59 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-31 17:51:59 +0100
commit5862f3d140357bd2da91f0034dab0eeb2ae4a1a0 (patch)
tree5ee87efa1223ba66625bf15a9544afcb169b24ce /apps
parent7f2d7cdbe1b822721ecb3b696937835f36564f39 (diff)
downloadnextcloud-server-5862f3d140357bd2da91f0034dab0eeb2ae4a1a0.tar.gz
nextcloud-server-5862f3d140357bd2da91f0034dab0eeb2ae4a1a0.zip
spell check
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/connection.php6
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(