diff --git a/core/src/main/java/org/springframework/ws/soap/SoapBody.java b/core/src/main/java/org/springframework/ws/soap/SoapBody.java
index 279c70fa..6fd31058 100644
--- a/core/src/main/java/org/springframework/ws/soap/SoapBody.java
+++ b/core/src/main/java/org/springframework/ws/soap/SoapBody.java
@@ -45,7 +45,7 @@ public interface SoapBody extends SoapElement {
/**
* Returns a Result that represents the contents of the body.
*
- * @return the messaage contents
+ * @return the message contents
*/
Result getPayloadResult();
diff --git a/core/src/main/java/org/springframework/ws/soap/SoapMessage.java b/core/src/main/java/org/springframework/ws/soap/SoapMessage.java
index 3b345461..eb6248f7 100644
--- a/core/src/main/java/org/springframework/ws/soap/SoapMessage.java
+++ b/core/src/main/java/org/springframework/ws/soap/SoapMessage.java
@@ -40,7 +40,7 @@ public interface SoapMessage extends WebServiceMessage {
SoapEnvelope getEnvelope() throws SoapEnvelopeException;
/**
- * Get the SOAP Action for this messaage, or null if not present.
+ * Get the SOAP Action for this message, or null if not present.
*
* @return the SOAP Action.
*/