aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-01-08 19:55:28 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-01-14 16:33:18 +0100
commit25fecb4f25ce5d229a075046a5a985f22dc7f830 (patch)
tree97a9656c0683fb9a3c8837f9ef6ddda2edd03e71 /apps/user_ldap
parent097b6b8be919486a78894a364345042472ca800c (diff)
downloadnextcloud-server-25fecb4f25ce5d229a075046a5a985f22dc7f830.tar.gz
nextcloud-server-25fecb4f25ce5d229a075046a5a985f22dc7f830.zip
typo, grammar
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index 5de9f8e0a22..b70ede8599c 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -812,7 +812,7 @@ class Wizard extends LDAPUtility {
if($ncc) {
throw new \Exception('Certificate cannot be validated.');
}
- \OCP\Util::writeLog('user_ldap', 'Wiz: Bind succesfull with Port '. $port . ' TLS ' . intval($tls), \OCP\Util::DEBUG);
+ \OCP\Util::writeLog('user_ldap', 'Wiz: Bind successfull to Port '. $port . ' TLS ' . intval($tls), \OCP\Util::DEBUG);
return true;
}