diff --git a/source/org/jivesoftware/smack/packet/StreamError.java b/source/org/jivesoftware/smack/packet/StreamError.java index f40a637fb..bed066b4d 100644 --- a/source/org/jivesoftware/smack/packet/StreamError.java +++ b/source/org/jivesoftware/smack/packet/StreamError.java @@ -70,8 +70,8 @@ package org.jivesoftware.smack.packet; * unsupported-version the value of the 'version' attribute provided by * the initiating entity in the stream header specifies a version of XMPP that is not * supported. - * xml-not-well-formed the initiating entity has sent XML that is - * not well-formed. + * not-well-formed the initiating entity has sent XML that is not + * well-formed. * * * @author Gaston Dombiak