diff options
Diffstat (limited to 'src/base/QXmppStanza.cpp')
| -rw-r--r-- | src/base/QXmppStanza.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStanza.cpp b/src/base/QXmppStanza.cpp index a2bb43be..bcac5a65 100644 --- a/src/base/QXmppStanza.cpp +++ b/src/base/QXmppStanza.cpp @@ -486,7 +486,7 @@ void QXmppStanza::setExtendedAddresses(const QList<QXmppExtendedAddress> &addres d->extendedAddresses = addresses; } -/// 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 QXmppStanza::isXmppStanza() const |
