diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 136d36d437..348b528048 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -29,7 +29,7 @@ Some methods in the core classes of Spring Web MVC are marked final. As a developer you cannot override these methods to supply your own behavior. This has not been done arbitrarily, - but specifically with this principal in mind. + but specifically with this principle in mind. For an explanation of this principle, refer to Expert Spring Web MVC and Web Flow by Seth Ladd and others;