aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-27 12:22:40 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-27 12:22:40 +0000
commitd95ccb17955aa6a687245ecc5e0b5125f12824a3 (patch)
tree301d6ecc142ef4570511ef69e21b8957e6936b3a /source/QXmppClient.cpp
parent10c093a617929db5c6b201dbf03d6070b12b36b4 (diff)
downloadqxmpp-d95ccb17955aa6a687245ecc5e0b5125f12824a3.tar.gz
Fix for Issue 27: misc spelling fixes
Contributor: Marco Molteni
Diffstat (limited to 'source/QXmppClient.cpp')
-rw-r--r--source/QXmppClient.cpp6
1 files changed, 3 insertions, 3 deletions
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()