From b8e7314c433123be0e7b9eadcdc64be841116c82 Mon Sep 17 00:00:00 2001 From: Ken Dombeck Date: Fri, 25 Jan 2013 14:13:25 -0600 Subject: [PATCH] Fix typo in new-in-3.2.xml document This commit fixes a typo in the "New Features and Enhancements in Spring Framework 3.2" chapter of the reference manual. Specifically, ContentNegotiationStrategy is now spelled correctly. --- src/reference/docbook/new-in-3.2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/new-in-3.2.xml b/src/reference/docbook/new-in-3.2.xml index 1f3d04e3ba..4ffd3cf6cd 100644 --- a/src/reference/docbook/new-in-3.2.xml +++ b/src/reference/docbook/new-in-3.2.xml @@ -57,7 +57,7 @@
Content negotiation improvements - A ContentNeogtiationStrategy is now + A ContentNegotiationStrategy is now available for resolving the requested media types from an incoming request. The available implementations are based on the file extension, query parameter, the 'Accept' header, or a fixed content type.