aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-09 13:35:49 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-09 13:35:49 +0000
commit154b5461b877e04f5085f4b0d1c0283c8cf344d7 (patch)
tree4e64d40742da86a68929e66ff1307188ce0bb023 /source
parentf3f364328066386d2a10915a1e37230182005664 (diff)
downloadqxmpp-154b5461b877e04f5085f4b0d1c0283c8cf344d7.tar.gz
documentation
Diffstat (limited to 'source')
-rw-r--r--source/QXmppClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index f49ac75c..70f5297e 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -214,7 +214,7 @@ private:
///< TCP socket and XMPP protocol
QXmppConfiguration m_config; ///< This object provides the configuration
///< required for connecting to the XMPP server.
- QXmppPresence m_clientPrecence; ///< Stores the current presence of connected client
+ QXmppPresence m_clientPrecence; ///< Stores the current presence of the connected client
QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager
QHash<QString,QXmppInvokable *> m_interfaces;
};