aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 09:48:44 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 09:48:44 +0000
commit311c513504d46dcf72867bf2184479775dad0647 (patch)
tree98284cb6a6ad05f4eda9c5a63723b7cea5e7018e /src
parentb99f2cdff797ae070ae8e7b49dc09ffb02ac2924 (diff)
downloadqxmpp-311c513504d46dcf72867bf2184479775dad0647.tar.gz
spell fix
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.