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 ac249e444f..80bd012373 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