Skip to content

Commit 1235a35

Browse files
rtacksnicoll
authored andcommitted
fix typo in javadoc
{@code tomat-embedded.jar} --> {@code tomcat-embedded.jar}
1 parent c0c67f2 commit 1235a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Enable auto-configuration of the Spring Application Context, attempting to guess and
3838
* configure beans that you are likely to need. Auto-configuration classes are usually
3939
* applied based on your classpath and what beans you have defined. For example, If you
40-
* have {@code tomat-embedded.jar} on your classpath you are likely to want a
40+
* have {@code tomcat-embedded.jar} on your classpath you are likely to want a
4141
* {@link TomcatEmbeddedServletContainerFactory} (unless you have defined your own
4242
* {@link EmbeddedServletContainerFactory} bean).
4343
* <p>

0 commit comments

Comments
 (0)