소스 검색

Correct typo in error message.

Luke Taylor 17 년 전
부모
커밋
d5ee89bb7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/config/FilterChainProxyPostProcessor.java

+ 1 - 1
core/src/main/java/org/springframework/security/config/FilterChainProxyPostProcessor.java

@@ -66,7 +66,7 @@ public class FilterChainProxyPostProcessor implements BeanPostProcessor, BeanFac
                             unwrapFilter(previous) + "' have the same 'order' value. When using custom filters, " +
                             		"please make sure the positions do not conflict with default filters. " +
                             		"Alternatively you can disable the default filters by removing the corresponding " +
-                            		"child elements from <http> and not avoiding the use of <http auto-config='true'>.");
+                            		"child elements from <http> and avoiding the use of <http auto-config='true'>.");
                 }
             }
         }