From 42be7abacc585bd7676b98aa501ac139583a86f5 Mon Sep 17 00:00:00 2001 From: Henryk Konsek Date: Fri, 23 May 2014 09:24:58 +0200 Subject: [PATCH] Fix typo in Javadoc Fixes gh-938 --- .../org/springframework/boot/env/PropertySourcesLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/env/PropertySourcesLoader.java b/spring-boot/src/main/java/org/springframework/boot/env/PropertySourcesLoader.java index ac249e444fa..80bd012373b 100644 --- a/spring-boot/src/main/java/org/springframework/boot/env/PropertySourcesLoader.java +++ b/spring-boot/src/main/java/org/springframework/boot/env/PropertySourcesLoader.java @@ -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