From 7f0bbb6e3816526f14b9d7097fa07332dc49561e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 17 May 2010 09:58:18 +0000 Subject: fix typo (Precence => Presence) --- source/QXmppClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppClient.h') 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 m_interfaces; }; -- cgit v1.2.3