diff --git a/spring-oxm/src/main/java/org/springframework/oxm/castor/package-info.java b/spring-oxm/src/main/java/org/springframework/oxm/castor/package-info.java
index 42f8cdade28..1f1167ab09e 100644
--- a/spring-oxm/src/main/java/org/springframework/oxm/castor/package-info.java
+++ b/spring-oxm/src/main/java/org/springframework/oxm/castor/package-info.java
@@ -1,7 +1,7 @@
/**
*
- * Package providing integration of Castor within Springs O/X Mapping
+ * Package providing integration of Castor within Springs O/X Mapping
* support
*
*/
diff --git a/spring-oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml b/spring-oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml
index e85971251c2..f54e293fdf6 100644
--- a/spring-oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml
+++ b/spring-oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml
@@ -1,5 +1,5 @@
-
+
Castor generated mapping file
@@ -28,4 +28,4 @@
xmlns:tns="http://samples.springframework.org/flight"/>
-
\ No newline at end of file
+
diff --git a/src/reference/docbook/oxm.xml b/src/reference/docbook/oxm.xml
index f5797b2c4b8..00ae3966209 100644
--- a/src/reference/docbook/oxm.xml
+++ b/src/reference/docbook/oxm.xml
@@ -438,7 +438,7 @@ public class Application {
though a mapping file can be used to have more control over the behavior of Castor.
- For more information on Castor, refer to the
+ For more information on Castor, refer to the
Castor web site. The Spring integration classes reside in the
org.springframework.oxm.castor package.
@@ -462,7 +462,7 @@ public class Application {
Although it is possible to rely on Castor's default marshalling behavior, it might be necessary to have
more control over it. This can be accomplished using a Castor mapping file. For more information, refer
- to Castor XML Mapping.
+ to Castor XML Mapping.
The mapping can be set using the mappingLocation resource property, indicated