File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/src/main/java/org/springframework/security/web Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ default FilterChain decorate(FilterChain original) {
411
411
412
412
/**
413
413
* Provide a new {@link FilterChain} that accounts for the provided filters as
414
- * well as teh original filter chain.
414
+ * well as the original filter chain.
415
415
* @param original the original {@link FilterChain}
416
416
* @param filters the security filters
417
417
* @return a security-enabled {@link FilterChain} that includes the provided
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ default WebFilterChain decorate(WebFilterChain original) {
98
98
99
99
/**
100
100
* Provide a new {@link FilterChain} that accounts for the provided filters as
101
- * well as teh original filter chain.
101
+ * well as the original filter chain.
102
102
* @param original the original {@link FilterChain}
103
103
* @param filters the security filters
104
104
* @return a security-enabled {@link FilterChain} that includes the provided
You can’t perform that action at this time.
0 commit comments