From ff4f7831c28104c6de44f2e9bbd626117c0ccbc0 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 21 Aug 2010 06:30:29 +0000 Subject: correct spell --- src/QXmppClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/QXmppClient.h b/src/QXmppClient.h index 540a85a1..8698f7d5 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -194,9 +194,9 @@ signals: void disconnected(); /// This signal is emitted when the XMPP connection encounters any error. - /// The QXmppClient::Error parameter specifies the type of error occured. + /// The QXmppClient::Error parameter specifies the type of error occurred. /// It could be due to TCP socket or the xml stream or the stanza. - /// Depending upon the type of error occured use the respective get function to + /// Depending upon the type of error occurred use the respective get function to /// know the error. void error(QXmppClient::Error); -- cgit v1.2.3