Correct typo in error message.

This commit is contained in:
Luke Taylor 2008-06-19 15:21:03 +00:00
parent ff5bfccdba
commit d5ee89bb7c
1 changed files with 1 additions and 1 deletions

View File

@ -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'>.");
}
}
}