fix typo in javadoc

{@code tomat-embedded.jar} --> {@code tomcat-embedded.jar}
This commit is contained in:
Raphael Ackermann 2015-03-23 08:36:45 +01:00 committed by Stephane Nicoll
parent c0c67f2593
commit 1235a35f2a

View File

@ -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).
* <p>