From d95ccb17955aa6a687245ecc5e0b5125f12824a3 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 27 Oct 2009 12:22:40 +0000 Subject: Fix for Issue 27: misc spelling fixes Contributor: Marco Molteni --- source/QXmppClient.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/QXmppClient.cpp') diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index a98caa01..4c3eb0dc 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -92,7 +92,7 @@ const QXmppConfiguration& QXmppClient::getConfiguration() const return m_config; } -/// Attempts to connect to the XMPP server. Server deatils and other configurations +/// Attempts to connect to the XMPP server. Server details and other configurations /// are specified using the config parameter. Use signals connected(), error(QXmppClient::Error) /// and disconnected() to know the status of the connection. /// \param config Specifies the configuration object for connecting the XMPP server. @@ -158,7 +158,7 @@ void QXmppClient::connectToServer(const QString& host, const QString& user, /// client.sendPacket(message); /// \endcode /// -/// \param packet A valid XMPP stanza. It can an iq, a message or a presence stanza. +/// \param packet A valid XMPP stanza. It can be an iq, a message or a presence stanza. /// void QXmppClient::sendPacket(const QXmppPacket& packet) @@ -189,7 +189,7 @@ void QXmppClient::disconnect() /// Returns the reference to QXmppRoster object of the client. /// \return Reference to the roster object of the connected client. Use this to -/// get the list of friends in the roster and there presence information. +/// get the list of friends in the roster and their presence information. /// QXmppRoster& QXmppClient::getRoster() -- cgit v1.2.3