From bab902e85b6cb1c67885393abe6b2a7d5ac15f2d Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 7 Aug 2010 13:57:14 +0000 Subject: [PATCH] Fix typo 'type form'->'type from' (SPR-7339) --- spring-framework-reference/src/remoting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/remoting.xml b/spring-framework-reference/src/remoting.xml index 75e50ef2af..6565e6f3cd 100644 --- a/spring-framework-reference/src/remoting.xml +++ b/spring-framework-reference/src/remoting.xml @@ -1545,7 +1545,7 @@ String body = response.getBody(); // Return the list of MediaType objects supported by this converter. List<MediaType> getSupportedMediaTypes(); - // Read an object of the given type form the given input message, and returns it. + // Read an object of the given type from the given input message, and returns it. T read(Class<T> clazz, HttpInputMessage inputMessage) throws IOException, HttpMessageNotReadableException;