From b7fd01e02d84d63f8e9c8eb9e2dbb9ff366f8c50 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sun, 19 Mar 2017 20:53:05 -0400 Subject: [PATCH] GUACAMOLE-102: Correct spelling mistake. --- .../org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java index 8e7d574a9..9d3a4d5ec 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java +++ b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java @@ -154,7 +154,7 @@ public class LDAPGuacamoleProperties { }; /** - * The behavior of alias dereferncing for the LDAP connections. + * The behavior of alias dereferencing for the LDAP connections. */ public static final StringGuacamoleProperty LDAP_DEREFERENCE_ALIASES = new StringGuacamoleProperty() {