This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0baea03ef3d0ea8114dce765dc1bccff6bb8314b Author: Claus Ibsen <[email protected]> AuthorDate: Tue Mar 23 07:28:39 2021 +0100 CAMEL-13374: Polished --- .../src/main/java/org/apache/camel/xml/io/XmlStreamReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-xml-io/src/main/java/org/apache/camel/xml/io/XmlStreamReader.java b/core/camel-xml-io/src/main/java/org/apache/camel/xml/io/XmlStreamReader.java index fea01f3..3b32a1b 100644 --- a/core/camel-xml-io/src/main/java/org/apache/camel/xml/io/XmlStreamReader.java +++ b/core/camel-xml-io/src/main/java/org/apache/camel/xml/io/XmlStreamReader.java @@ -53,8 +53,8 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * Character stream that handles (or at least attemtps to) all the necessary - * Voodo to figure out the charset encoding of the XML document within the + * Character stream that handles (or at least attempts to) all the necessary + * Voodoo to figure out the charset encoding of the XML document within the * stream. * <p> * IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader.
