From 3eb4f1d78bf12be776566a814a709d77e669af71 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 25 Jun 2011 15:53:43 +0000 Subject: [PATCH] fixed typo --- .../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 2032884414..414a5a0038 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()