aboutsummaryrefslogtreecommitdiff
path: root/doc/using.doc
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2019-01-08 02:03:44 +0300
committerBoris Pek <tehnick-8@yandex.ru>2019-01-08 02:18:13 +0300
commitbcb778ec981486d37aef409a6d4edc2732069e48 (patch)
tree87700ca15e7c9dbe404abeeb0e442d9dea4f6c98 /doc/using.doc
parente24ed7b3cbec2a117b5be4f350b1b71a9778917b (diff)
downloadqxmpp-bcb778ec981486d37aef409a6d4edc2732069e48.tar.gz
Fix spelling errors
Diffstat (limited to 'doc/using.doc')
-rw-r--r--doc/using.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using.doc b/doc/using.doc
index 729360ff..9da7d4ff 100644
--- a/doc/using.doc
+++ b/doc/using.doc
@@ -40,7 +40,7 @@ This example is also available with the source code in the example directory.
\code
// subclass the QXmppClient and create a new class echoClient
-// in the contructor the signal QXmppClient::messageReceived(const QXmppMessage&)
+// in the constructor the signal QXmppClient::messageReceived(const QXmppMessage&)
// is connected to the slot echoClient::messageReceived(const QXmppMessage&)
// in the slot one can process the message received