aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppRosterManager.h2
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.