From 060f1de57974a1052942f655e251e6b766955f7f Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 5 Apr 2004 16:20:56 +0000 Subject: [PATCH] Fixes method comment git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2272 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/MUCInitialPresence.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java b/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java index 3c804ac00..7bb2f436e 100644 --- a/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java +++ b/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java @@ -211,7 +211,7 @@ public class MUCInitialPresence implements PacketExtension { * In other words, only the messages received in the last "X" seconds will be included in * the history. * - * @param seconds he number of seconds to use to filter the messages received during + * @param seconds the number of seconds to use to filter the messages received during * that time. */ public void setSeconds(int seconds) {