From da7618543ba6fba3d6a5185edf2486b2cffc0fa3 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 3 Dec 2009 13:17:08 +0000 Subject: [PATCH] fixed typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2563 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 0556e336d07..992a2361605 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -1004,7 +1004,7 @@ public class RelativePathUriTemplateController { - @PathVariabe annotated parameters + @PathVariable annotated parameters for access to URI template variables. See .