Merge branch '1.0.x'

This commit is contained in:
Phillip Webb 2014-05-23 10:09:42 +01:00
commit 8acd6fc799
1 changed files with 1 additions and 1 deletions

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