Skip to content

Commit

Permalink
Merge pull request spring-projects#2698 from rtack/patch-1
Browse files Browse the repository at this point in the history
* spring-projectsgh-2698:
  fix typo in javadoc
  • Loading branch information
snicoll committed Mar 23, 2015
2 parents c0c67f2 + 1235a35 commit a615f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* 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>
Expand Down

0 comments on commit a615f8a

Please sign in to comment.