From ea469f9bc220cdac1326079b95746c742d19faea Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 22 May 2016 10:59:58 +0100 Subject: [PATCH] Fix spelling error in class name in spring.factories --- .../src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-starters/spring-boot-starter-redis/src/main/resources/META-INF/spring.factories b/spring-boot-starters/spring-boot-starter-redis/src/main/resources/META-INF/spring.factories index 0a72942759..598e4a2aa9 100644 --- a/spring-boot-starters/spring-boot-starter-redis/src/main/resources/META-INF/spring.factories +++ b/spring-boot-starters/spring-boot-starter-redis/src/main/resources/META-INF/spring.factories @@ -1,3 +1,3 @@ # Auto Configure org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.springframework.boot.starter.redis.RedisStarterDepricationWarningAutoConfiguration +org.springframework.boot.starter.redis.RedisStarterDeprecationWarningAutoConfiguration