From a1b20c3745489fea7f36b82727c99ccfd336d633 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 22 Feb 2015 09:48:29 +0100 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index f3623c33b1..b1ad58e85f 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2496,7 +2496,7 @@ rather than the version that pre-installed with the server. You can do this by a [[howto-servlet-2-5]] === Deploying a WAR in an Old (Servlet 2.5) Container -Spring Boot uses Servet 3.0 APIs to initialize the `ServletContext` (register `Servlets` +Spring Boot uses Servlet 3.0 APIs to initialize the `ServletContext` (register `Servlets` etc.) so you can't use the same application out of the box in a Servlet 2.5 container. It *is* however possible to run a Spring Boot application on an older container with some special tools. If you include `org.springframework.boot:spring-boot-legacy` as a