fixed typo

This commit is contained in:
Sam Brannen 2011-06-25 15:53:43 +00:00
parent 24a8a05f24
commit 3eb4f1d78b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public interface ConfigurablePropertyResolver extends PropertyResolver {
* conversions on properties.
* <p><strong>Note:</strong> 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()