From a8b01895d803f7448cfc742775cb4b9cf8cd8960 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 26 Jan 2020 07:49:05 -0800 Subject: [PATCH] GUACAMOLE-938: Correct typos in createLDAPConnection() documentation and copypasta repeating those typos. --- .../auth/ldap/LDAPConnectionService.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPConnectionService.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPConnectionService.java index 0da077a20..a16c7de92 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPConnectionService.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPConnectionService.java @@ -60,9 +60,9 @@ public class LDAPConnectionService { * to use the given encryption method to communicate with the LDAP server * at the given hostname and port. The returned LdapNetworkConnection is * configured for use but is not yet connected nor bound to the LDAP - * server. It will not be bound until it a bind operation is explicitly - * requested, and will not connected until it is used in an LDAP operation - * (such as a bind). + * server. It will not be bound until a bind operation is explicitly + * requested, and will not be connected until it is used in an LDAP + * operation (such as a bind). * * @param host * The hostname or IP address of the LDAP server. @@ -126,9 +126,9 @@ public class LDAPConnectionService { * to use whichever encryption method, hostname, and port are requested * within guacamole.properties. The returned LdapNetworkConnection is * configured for use but is not yet connected nor bound to the LDAP - * server. It will not be bound until it a bind operation is explicitly - * requested, and will not connected until it is used in an LDAP operation - * (such as a bind). + * server. It will not be bound until a bind operation is explicitly + * requested, and will not be connected until it is used in an LDAP + * operation (such as a bind). * * @return * A new LdapNetworkConnection instance which has already been @@ -152,9 +152,9 @@ public class LDAPConnectionService { * to use whichever encryption method, hostname, and port are specified * within the given LDAP URL. The returned LdapNetworkConnection is * configured for use but is not yet connected nor bound to the LDAP - * server. It will not be bound until it a bind operation is explicitly - * requested, and will not connected until it is used in an LDAP operation - * (such as a bind). + * server. It will not be bound until a bind operation is explicitly + * requested, and will not be connected until it is used in an LDAP + * operation (such as a bind). * * @param url * The LDAP URL containing the details which should be used to connect