Commit 3e270636 authored by guus's avatar guus

Fixed a javadoc typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11847 b35dd754-fafc-0310-a699-88a17e54d16e
parent 73cd7950
...@@ -363,7 +363,7 @@ public class MXParser extends org.xmlpull.mxp1.MXParser { ...@@ -363,7 +363,7 @@ public class MXParser extends org.xmlpull.mxp1.MXParser {
} }
/** /**
* Makes sure that each individul character is a valid XML character. * Makes sure that each individual character is a valid XML character.
* *
* Note that when MXParser is being modified to handle multibyte chars correctly, this method needs to change (as * Note that when MXParser is being modified to handle multibyte chars correctly, this method needs to change (as
* then, there are more codepoints to check). * then, there are more codepoints to check).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment