diff --git a/spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java b/spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java index c819db77b88..4852ebbcf3f 100644 --- a/spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java +++ b/spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java @@ -551,7 +551,7 @@ public class RelaxedDataBinderTests { } @Test - public void testBindWithoutAlais() throws Exception { + public void testBindWithoutAlias() throws Exception { VanillaTarget target = new VanillaTarget(); MutablePropertyValues properties = new MutablePropertyValues(); properties.add("flub", "a");