Fix typos detected by github.com/client9/misspell

This commit is contained in:
Kazuhiro Sera
2018-08-08 19:26:40 +09:00
committed by Juergen Hoeller
parent 896eb5687a
commit be211ceead
38 changed files with 42 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
/**
* Provides generic support classes for using Spring's O/X Mapping integration
* within various scenario's. Includes the MarshallingSource for compatibility
* with TrAX, MarshallingView for use withing Spring Web MVC, and the
* with TrAX, MarshallingView for use within Spring Web MVC, and the
* MarshallingMessageConverter for use within Spring's JMS support.
*/
@NonNullApi