aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-05-17 09:58:18 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-05-17 09:58:18 +0000
commit7f0bbb6e3816526f14b9d7097fa07332dc49561e (patch)
tree8980bd18224e53dec5305d11bae3c70d2f9a21d8 /source/QXmppClient.h
parent40a319f604499b99626d0653b06ea114e59862c2 (diff)
downloadqxmpp-7f0bbb6e3816526f14b9d7097fa07332dc49561e.tar.gz
fix typo (Precence => Presence)
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index e1fb8513..9275cbb8 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -208,7 +208,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 the connected client
+ QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client
QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager
QHash<QString,QXmppInvokable *> m_interfaces;
};