aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index 32a69c77..e557387e 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -78,7 +78,7 @@ QXmppStream::~QXmppStream()
QXmppConfiguration& QXmppStream::getConfiguration()
{
- return m_client->getConfigurgation();
+ return m_client->getConfiguration();
}
void QXmppStream::connect()