From 9a55cc49b5aa6e6d96b74fd959987ed04be844e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Dec 2014 08:38:16 +0100 Subject: [PATCH] Fix typo --- .../groovy/template/GroovyTemplateAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration.java index e124353301..251b2974ba 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/groovy/template/GroovyTemplateAutoConfiguration.java @@ -91,7 +91,7 @@ public class GroovyTemplateAutoConfiguration { /** * MarkupTemplateEngine could be loaded from groovy-templates or groovy-all. * Unfortunately it's quite common for people to use groovy-all and not actually - * need templating support. This method checks attempts to check the source jar so + * need templating support. This method check attempts to check the source jar so * that we can skip the {@code /template} folder check for such cases. * @return true if the groovy-all jar is used */