aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.cpp
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2019-01-08 02:03:44 +0300
committerBoris Pek <tehnick-8@yandex.ru>2019-01-08 02:18:13 +0300
commitbcb778ec981486d37aef409a6d4edc2732069e48 (patch)
tree87700ca15e7c9dbe404abeeb0e442d9dea4f6c98 /src/client/QXmppOutgoingClient.cpp
parente24ed7b3cbec2a117b5be4f350b1b71a9778917b (diff)
Fix spelling errors
Diffstat (limited to 'src/client/QXmppOutgoingClient.cpp')
-rw-r--r--src/client/QXmppOutgoingClient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppOutgoingClient.cpp b/src/client/QXmppOutgoingClient.cpp
index 04929362..0a775919 100644
--- a/src/client/QXmppOutgoingClient.cpp
+++ b/src/client/QXmppOutgoingClient.cpp
@@ -339,7 +339,7 @@ void QXmppOutgoingClient::socketError(QAbstractSocket::SocketError socketError)
if ( !d->sessionStarted &&
(d->dns.serviceRecords().count() > d->nextSrvRecordIdx) )
{
- // some network error occured during startup -> try next available SRV record server
+ // some network error occurred during startup -> try next available SRV record server
d->connectToNextDNSHost();
}
else
@@ -931,7 +931,7 @@ void QXmppOutgoingClientPrivate::sendStreamManagementEnable()
q->sendData(data);
}
-/// Returns the type of the last XMPP stream error that occured.
+/// Returns the type of the last XMPP stream error that occurred.
QXmppStanza::Error::Condition QXmppOutgoingClient::xmppStreamError()
{