diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 16:09:44 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 16:09:44 +0000 |
| commit | cfd31d99c1747d7757cdd507b88b2bf7da751aa9 (patch) | |
| tree | 341ee688526c2808ca346ad21403252224e89c30 /source/QXmppStream.h | |
| parent | 1b1a71efb3c9b6b4138171e139348f9b8dca03be (diff) | |
| download | qxmpp-cfd31d99c1747d7757cdd507b88b2bf7da751aa9.tar.gz | |
fix typo in "m_sessionAvailable"
Diffstat (limited to 'source/QXmppStream.h')
| -rw-r--r-- | source/QXmppStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h index dab855cd..87c7f376 100644 --- a/source/QXmppStream.h +++ b/source/QXmppStream.h @@ -138,7 +138,7 @@ private: QString m_bindId; QByteArray m_dataBuffer; QSslSocket m_socket; - bool m_sessionAvaliable; + bool m_sessionAvailable; QAbstractSocket::SocketError m_socketError; QString m_streamId; QString m_nonSASLAuthId; |
