From f800a026cbbcdd9b2ada349126e67eb71e0d77b1 Mon Sep 17 00:00:00 2001 From: David Syer Date: Thu, 21 Jul 2011 08:25:27 +0000 Subject: [PATCH] Fix typo in MVC docs --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab