From 1235a35f2a32a0b27e8debcede76999985f1532e Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Mon, 23 Mar 2015 08:36:45 +0100 Subject: [PATCH] fix typo in javadoc {@code tomat-embedded.jar} --> {@code tomcat-embedded.jar} --- .../boot/autoconfigure/EnableAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java index 78186cf9f6..b042821a1b 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java @@ -37,7 +37,7 @@ import org.springframework.core.io.support.SpringFactoriesLoader; * Enable auto-configuration of the Spring Application Context, attempting to guess and * configure beans that you are likely to need. Auto-configuration classes are usually * applied based on your classpath and what beans you have defined. For example, If you - * have {@code tomat-embedded.jar} on your classpath you are likely to want a + * have {@code tomcat-embedded.jar} on your classpath you are likely to want a * {@link TomcatEmbeddedServletContainerFactory} (unless you have defined your own * {@link EmbeddedServletContainerFactory} bean). *