From f27c5b1272d08b9767fef4f6dfe9b5ae5e881ffa Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 1 May 2003 13:31:21 +0000 Subject: [PATCH] Fixed spelling error. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1915 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/PacketReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/PacketReader.java b/source/org/jivesoftware/smack/PacketReader.java index b3cda2eb9..99f581466 100644 --- a/source/org/jivesoftware/smack/PacketReader.java +++ b/source/org/jivesoftware/smack/PacketReader.java @@ -88,7 +88,7 @@ import org.jivesoftware.smack.util.StringUtils; * * Each IQ provider is associated with a namespace. If multiple provider entries attempt to * register to handle the same namespace, the first entry loaded from the classpath will - * take precendence. The IQ provider class can either implement the IQProvider interface, + * take precedence. The IQ provider class can either implement the IQProvider interface, * or extend the IQ class. In the former case, each IQProvider is responsible for parsing * the raw XML stream to create an IQ instance. In the latter case, bean introspection is * used to try to automatically set properties of the IQ instance using the values found