From 74fe845eae85fcc5d7f01ec08424a3e1a1ecb2e7 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Thu, 29 Sep 2005 15:58:11 +0000 Subject: [PATCH] Fixed typo. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2909 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/muc/MultiUserChat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smackx/muc/MultiUserChat.java b/source/org/jivesoftware/smackx/muc/MultiUserChat.java index 056297eee..f78779bcf 100644 --- a/source/org/jivesoftware/smackx/muc/MultiUserChat.java +++ b/source/org/jivesoftware/smackx/muc/MultiUserChat.java @@ -181,13 +181,13 @@ public class MultiUserChat { } /** - * Returns the discovered information of a given room whithout actually having to join the room. + * Returns the discovered information of a given room without actually having to join the room. * The server will provide information only for rooms that are public. * * @param connection the XMPP connection to use for discovering information about the room. * @param room the name of the room in the form "roomName@service" of which we want to discover * its information. - * @return the discovered information of a given room whithout actually having to join the room. + * @return the discovered information of a given room without actually having to join the room. * @throws XMPPException if an error occured while trying to discover information of a room. */ public static RoomInfo getRoomInfo(XMPPConnection connection, String room)