aboutsummaryrefslogtreecommitdiff
path: root/doc/using.doc
diff options
context:
space:
mode:
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