From 60b74246c4cc5a990a766d4085b709e1efd916a9 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Tue, 19 Aug 2003 16:53:24 +0000 Subject: [PATCH] Small fix. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2043 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/packet/XMPPError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/packet/XMPPError.java b/source/org/jivesoftware/smack/packet/XMPPError.java index d4054a847..0b10e4610 100644 --- a/source/org/jivesoftware/smack/packet/XMPPError.java +++ b/source/org/jivesoftware/smack/packet/XMPPError.java @@ -72,7 +72,7 @@ package org.jivesoftware.smack.packet; * 409 Conflict * 500 Internal Server XMPPError * 501 Not Implemented - * 502 Remote Server XMPPError + * 502 Remote Server Error * 503 Service Unavailable * 504 Remote Server Timeout *