diff --git a/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java b/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java index ce1bf4d0cf..6acf9c1963 100644 --- a/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java +++ b/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java @@ -82,7 +82,7 @@ import javax.servlet.http.HttpSession; *

* *

- * This filter MUST be executed BEFORE any authentication procesing mechanisms. + * This filter MUST be executed BEFORE any authentication processing mechanisms. * Authentication processing mechanisms (eg BASIC, CAS processing filters etc) * expect the ContextHolder to contain a valid * SecureContext by the time they execute.