aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppRosterManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppRosterManager.h b/src/QXmppRosterManager.h
index a4c7e2dd..cbd5e59b 100644
--- a/src/QXmppRosterManager.h
+++ b/src/QXmppRosterManager.h
@@ -89,9 +89,9 @@ public:
signals:
/// This signal is emitted when the Roster IQ is received after a successful
- /// connection. That is the roster entries are empty before this signal is emmitted.
+ /// connection. That is the roster entries are empty before this signal is emitted.
/// One should use getRosterBareJids() and getRosterEntry() only after
- /// this signal has been emmitted.
+ /// this signal has been emitted.
void rosterReceived();
/// This signal is emitted when the presence of a particular bareJid and resource changes.