From 9a7baf195ec289e4be6ce2e9c2b2a088f81f5949 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 Oct 2015 15:50:49 +0100 Subject: [PATCH] Fix typo --- .../java/org/springframework/boot/bind/PropertySourceUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourceUtils.java b/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourceUtils.java index b2a268bd86..6c0c0e4d49 100644 --- a/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourceUtils.java +++ b/spring-boot/src/main/java/org/springframework/boot/bind/PropertySourceUtils.java @@ -51,7 +51,7 @@ public abstract class PropertySourceUtils { * Return a Map of all values from the specified {@link PropertySources} that start * with a particular key. * @param propertySources the property sources to scan - * @param rootPrefix a root prefix to be prepended to the keyPrefex (can be + * @param rootPrefix a root prefix to be prepended to the keyPrefix (can be * {@code null}) * @param keyPrefix the key prefixes to test * @return a map of all sub properties starting with the specified key prefixes.