Index: openacs-4/packages/acs-ldap-authentication/sql/oracle/LdapLogin.sqlj =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-ldap-authentication/sql/oracle/LdapLogin.sqlj,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-ldap-authentication/sql/oracle/LdapLogin.sqlj 20 Apr 2001 20:51:09 -0000 1.1 +++ openacs-4/packages/acs-ldap-authentication/sql/oracle/LdapLogin.sqlj 31 Jan 2018 20:54:06 -0000 1.2 @@ -7,7 +7,7 @@ private static final String ERROR_PREFIX = "__LDAP_ERROR"; private static String pretty_error (Exception e) { - // Return a nicely formatted error message from the given execption. + // Return a nicely formatted error message from the given exception. if (e instanceof IllegalArgumentException) { return ERROR_PREFIX + ": Illegal Argument {"+e.getMessage()+"} {"+e.toString()+"}"; }