From 9ff7a032145a23673982b64009bb10504b7f01c3 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 21 Nov 2009 17:55:28 +0000 Subject: [PATCH] minor typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2490 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/validation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index b7612cdaed3..56b78ae718e 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1253,7 +1253,7 @@ public interface FormatterRegistry { A custom ConversionService instance is often constructed by a FactoryBean that internally registers custom Formatters and Converters programatically before the ConversionService is returned. - See FormatingConversionServiceFactoryBean for an example. + See FormattingConversionServiceFactoryBean for an example.