diff options
Diffstat (limited to 'src/base/QXmppIq.cpp')
| -rw-r--r-- | src/base/QXmppIq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppIq.cpp b/src/base/QXmppIq.cpp index 3e579726..24013621 100644 --- a/src/base/QXmppIq.cpp +++ b/src/base/QXmppIq.cpp @@ -91,7 +91,7 @@ void QXmppIq::setType(QXmppIq::Type type) d->type = type; } -/// Indicates if the QXmppStanza is a stanza in the XMPP sence (i. e. a message, +/// Indicates if the QXmppStanza is a stanza in the XMPP sense (i. e. a message, /// iq or presence) bool QXmppIq::isXmppStanza() const |
