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()