Fix typo in Javadoc

Fixes gh-938
This commit is contained in:
Henryk Konsek 2014-05-23 09:24:58 +02:00 committed by Phillip Webb
parent 8fa2286dd3
commit 42be7abacc

View File

@ -32,7 +32,7 @@ import org.springframework.util.Assert;
import org.springframework.util.StringUtils;
/**
* Utiltiy that can be used to {@link MutablePropertySources} using
* Utility that can be used to {@link MutablePropertySources} using
* {@link PropertySourceLoader}s.
*
* @author Phillip Webb