Fix typo 'type form'->'type from' (SPR-7339)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3533 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2010-08-07 13:57:14 +00:00
parent 3aa7e67ce7
commit 4410126eeb
1 changed files with 1 additions and 1 deletions

View File

@ -1545,7 +1545,7 @@ String body = response.getBody();</programlisting>
// Return the list of MediaType objects supported by this converter.
List&lt;MediaType&gt; 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&lt;T&gt; clazz, HttpInputMessage inputMessage) throws IOException,
HttpMessageNotReadableException;