diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-21 06:30:29 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-21 06:30:29 +0000 |
| commit | ff4f7831c28104c6de44f2e9bbd626117c0ccbc0 (patch) | |
| tree | 8908e6b835d21f059ab87a7fefb842cf0274faf2 /src | |
| parent | aeea546b80de5be02a014917fa6c2690ad0b4155 (diff) | |
| download | qxmpp-ff4f7831c28104c6de44f2e9bbd626117c0ccbc0.tar.gz | |
correct spell
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
