From 01a490225f33b39eca7744532369207cee7e9749 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 25 Jun 2011 15:53:43 +0000 Subject: [PATCH] fixed typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4624 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../springframework/core/env/ConfigurablePropertyResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java b/org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java index 20328844148..414a5a00389 100644 --- a/org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java +++ b/org.springframework.core/src/main/java/org/springframework/core/env/ConfigurablePropertyResolver.java @@ -48,7 +48,7 @@ public interface ConfigurablePropertyResolver extends PropertyResolver { * conversions on properties. *

Note: as an alternative to fully replacing the {@code * ConversionService}, consider adding or removing individual {@code Converter} - * intstances by drilling into {@link #getConversionService()} and calling methods + * instances by drilling into {@link #getConversionService()} and calling methods * such as {@code #addConverter}. * @see PropertyResolver#getProperty(String, Class) * @see #getConversionService()