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) {