diff --git a/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java b/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java
index f02ba692..ce607e84 100644
--- a/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java
+++ b/core/src/main/java/org/springframework/ws/server/MessageDispatcher.java
@@ -364,7 +364,7 @@ public class MessageDispatcher implements WebServiceMessageReceiver, BeanNameAwa
}
/**
- * Initialize the EndpointAdapters used by this class. If no adapter beans are explictely set by using
+ * Initialize the EndpointAdapters used by this class. If no adapter beans are explicitly set by using
* the endpointAdapters property, we use the default strategies.
*
* @see #setEndpointAdapters(java.util.List)