diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java b/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java
index b99aac4d..93486478 100644
--- a/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java
+++ b/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java
@@ -77,7 +77,7 @@ public abstract class AbstractLoggingInterceptor extends TransformerObjectSuppor
}
/**
- * Logs the request message payload. Logging only ocurs if logRequest is set to true,
+ * Logs the request message payload. Logging only occurs if logRequest is set to true,
* which is the default.
*
* @param messageContext the message context
@@ -92,7 +92,7 @@ public abstract class AbstractLoggingInterceptor extends TransformerObjectSuppor
}
/**
- * Logs the response message payload. Logging only ocurs if logResponse is set to true,
+ * Logs the response message payload. Logging only occurs if logResponse is set to true,
* which is the default.
*
* @param messageContext the message context