From cacc31004f2c5c85095693f1e2425aef32566d51 Mon Sep 17 00:00:00 2001
From: Luke Taylor
Date: Wed, 16 Mar 2005 23:31:19 +0000
Subject: [PATCH] Javadoc typo corrected.
---
.../context/HttpSessionContextIntegrationFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.