aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 08:39:38 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-21 08:39:38 +0000
commit92c65b7c3c99923f79284ce6a749a8411f5632a6 (patch)
tree04e8751201a3fc8ce38dbc52de7ccd85315243ea /src
parenta0912542153fb003a76192a42126332c064e7ad6 (diff)
downloadqxmpp-92c65b7c3c99923f79284ce6a749a8411f5632a6.tar.gz
spell check
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.