diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-19 09:48:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-19 09:48:44 +0000 |
| commit | 311c513504d46dcf72867bf2184479775dad0647 (patch) | |
| tree | 98284cb6a6ad05f4eda9c5a63723b7cea5e7018e /src | |
| parent | b99f2cdff797ae070ae8e7b49dc09ffb02ac2924 (diff) | |
| download | qxmpp-311c513504d46dcf72867bf2184479775dad0647.tar.gz | |
spell fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppRosterManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppRosterManager.h b/src/QXmppRosterManager.h index 644bb6d4..a4c7e2dd 100644 --- a/src/QXmppRosterManager.h +++ b/src/QXmppRosterManager.h @@ -47,7 +47,7 @@ class QXmppStream; /// functionality to get all the bareJids in the client's roster and Roster and /// Presence details of the same. /// -/// After the sucessfull xmpp connection that after the signal QXmppClient::connected() +/// After the successful xmpp connection that after the signal QXmppClient::connected() /// is emitted QXmpp requests for getting the roster. Once QXmpp receives the roster /// the signal QXmppRosterManager::rosterReceived() is emitted and after that user can /// use the functions of this class to get roster entries. |
