summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-02-07 16:05:45 +0100
committerArthur Schiwon <blizzz@owncloud.com>2013-02-07 16:05:45 +0100
commit15e383fd013ab44f6f0b3edcbbde206dadb33219 (patch)
tree42c66b7f0231e8a045b91b5f8e7cfd7a1b1850ff /apps/user_ldap
parent781d247b39930e54d4e40c2c197c80367827b852 (diff)
downloadnextcloud-server-15e383fd013ab44f6f0b3edcbbde206dadb33219.tar.gz
nextcloud-server-15e383fd013ab44f6f0b3edcbbde206dadb33219.zip
Typo
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 9b440da4f9f..f92779b1cad 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -412,7 +412,7 @@ class Connection {
if((strpos($this->config['ldapHost'], 'ldaps') === 0)
&& $this->config['ldapTLS']) {
$this->config['ldapTLS'] = false;
- \OCP\Util::writeLog('user_ldap', 'LDAPS (already using secure connection) and TLS do not work together. Switched of TLS.', \OCP\Util::INFO);
+ \OCP\Util::writeLog('user_ldap', 'LDAPS (already using secure connection) and TLS do not work together. Switched off TLS.', \OCP\Util::INFO);
}