diff options
| author | Boris Pek <tehnick-8@yandex.ru> | 2019-01-08 02:03:44 +0300 |
|---|---|---|
| committer | Boris Pek <tehnick-8@yandex.ru> | 2019-01-08 02:18:13 +0300 |
| commit | bcb778ec981486d37aef409a6d4edc2732069e48 (patch) | |
| tree | 87700ca15e7c9dbe404abeeb0e442d9dea4f6c98 /src/base/QXmppMessage.cpp | |
| parent | e24ed7b3cbec2a117b5be4f350b1b71a9778917b (diff) | |
Fix spelling errors
Diffstat (limited to 'src/base/QXmppMessage.cpp')
| -rw-r--r-- | src/base/QXmppMessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppMessage.cpp b/src/base/QXmppMessage.cpp index 24a5d4eb..b76d6c4b 100644 --- a/src/base/QXmppMessage.cpp +++ b/src/base/QXmppMessage.cpp @@ -474,7 +474,7 @@ void QXmppMessage::setPrivate(const bool priv) d->privatemsg = priv; } -/// 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 QXmppMessage::isXmppStanza() const |
