Change xml-not-well-formed to not-well-formed

Fixes SMACK-400
This commit is contained in:
Florian Schmaus 2014-02-10 14:10:36 +01:00
parent acbf75a01b
commit 235eca3a3d
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ package org.jivesoftware.smack.packet;
* <tr><td> unsupported-version </td><td> the value of the 'version' attribute provided by
* the initiating entity in the stream header specifies a version of XMPP that is not
* supported. </td></tr>
* <tr><td> xml-not-well-formed </td><td> the initiating entity has sent XML that is
* not well-formed. </td></tr>
* <tr><td> not-well-formed </td><td> the initiating entity has sent XML that is not
* well-formed. </td></tr>
* </table>
*
* @author Gaston Dombiak