From f4723efaed4345e91e28b5babf344deaa896e167 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 4 Aug 2015 14:30:09 +0200 Subject: [PATCH] Fix typo --- .../org/springframework/boot/bind/RelaxedDataBinderTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");