소스 검색

Javadoc typo corrected.

Luke Taylor 20 년 전
부모
커밋
cacc31004f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java

+ 1 - 1
core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java

@@ -82,7 +82,7 @@ import javax.servlet.http.HttpSession;
  * </p>
  * 
  * <p>
- * 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 <code>ContextHolder</code> to contain a valid
  * <code>SecureContext</code> by the time they execute.