diff --git a/modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java b/modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java index a49d927fca9..44dfa37006e 100644 --- a/modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java +++ b/modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java @@ -133,7 +133,7 @@ public void refresh(final AuthorizationCacheCallback authorizationCacheCallback, try { get(entry.authenticationToken, authorizationCacheCallback); } catch (AuthenticationFailedException e) { - log.debug("Unexpected failure during refresh if authroization cache: " + e.getMessage()); + log.debug("Unexpected failure during refresh if authorization cache: " + e.getMessage()); } } }