typo, grammar

This commit is contained in:
Arthur Schiwon 2014-01-08 19:55:28 +01:00
parent 097b6b8be9
commit 25fecb4f25
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}