spelling correction

This commit is contained in:
Nishant 2018-04-09 20:56:10 +05:30
parent 3901047769
commit fb754b43d8
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ public class KerberosAuthenticator implements Authenticator
String path = ((HttpServletRequest) request).getRequestURI();
if (isExcluded(path)) {
// For excluded paths that does NOT need to be autheticated.
// For excluded paths that does NOT need to be authenticated.
// set authenticated username as Anonymous
request.setAttribute(
AuthConfig.DRUID_AUTHENTICATION_RESULT,