GUACAMOLE-102: Correct spelling mistake.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/b7fd01e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/b7fd01e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/b7fd01e0 Branch: refs/heads/master Commit: b7fd01e02d84d63f8e9c8eb9e2dbb9ff366f8c50 Parents: b9271aa Author: Nick Couchman <[email protected]> Authored: Sun Mar 19 20:53:05 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Sun Mar 19 20:53:05 2017 -0400 ---------------------------------------------------------------------- .../org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/b7fd01e0/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/LDAPGuacamoleProperties.java ---------------------------------------------------------------------- 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 8e7d574..9d3a4d5 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() {
