From 235eca3a3d670bf441b59440b3667ced92a6ae57 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 10 Feb 2014 14:10:36 +0100 Subject: [PATCH] Change xml-not-well-formed to not-well-formed Fixes SMACK-400 --- source/org/jivesoftware/smack/packet/StreamError.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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