diff --git a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java
index 1465e24c..52e3b106 100644
--- a/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java
+++ b/core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java
@@ -36,10 +36,11 @@ import org.springframework.ws.context.MessageContextFactory;
* MessageEndpointHandlerAdapter and a MessageDispatcher.
*
EndpointAdapters, EndpointMappings, and
- * EndpointExceptionResolvers, by name or by type. For instance, when the
- * detectAllEndpointAdapters propery is true (the default), all endpoint adapters defined in
- * the application context are registered with the message dispatcher. When it is set to false, this
- * servlet tries to find a bean with the "endpointAdapter" bean name in the context.
+ * EndpointExceptionResolvers, by type (when the corresponding detectAll* property is enabled) or by type
+ * (when the property is disabled). For instance, when the detectAllEndpointAdapters propery is
+ * true (the default), all endpoint adapters defined in the web application context are registered with the
+ * message dispatcher. When it is set to false, this servlet tries to find a bean with the
+ * "endpointAdapter" bean name in the context.
*
* @author Arjen Poutsma
* @see org.springframework.web.servlet.DispatcherServlet