Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
conection -> connection
  • Loading branch information
onnozweers committed May 21, 2021
1 parent 2133f6e commit b19bb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public Ldap(Properties properties) {

boolean isSSL = ldapUrl.startsWith("ldaps");
if (!isSSL) {
LOGGER.warn("LDAP conection is not secure!");
LOGGER.warn("LDAP connection is not secure!");
}

/*
Expand Down

0 comments on commit b19bb24

Please sign in to comment.