diff --git a/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd b/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd index 7c5d984184..b15a786886 100644 --- a/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd +++ b/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd @@ -247,7 +247,7 @@ Defines a Header Enricher Message Transformer that evaluates XPath expressions against the - message payload and inserts the result of the evaluation into a messsage header. + message payload and inserts the result of the evaluation into a message header. @@ -357,13 +357,13 @@ @@ -398,12 +398,12 @@ - @@ -577,16 +576,16 @@ Internally XPath expressions will be evaluated as NODESET type and converted to a List - representing channel names. Typically such list + representing channel names. Typically such a list will contain a single channel name. However, based on the result of an XPath Expression the XPath router can also take on the characteristics of the Recipient List Router if the XPath Expression - returns more then one value, thus resulting in - the List containing more then one channel + returns more than one value, thus resulting in + the List containing more than one channel name. - In that case Message will be sent to all channels + In that case the Message will be sent to all channels in the list. ]]>