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/client/QXmppOutgoingClient.cpp | |
| parent | e24ed7b3cbec2a117b5be4f350b1b71a9778917b (diff) | |
Fix spelling errors
Diffstat (limited to 'src/client/QXmppOutgoingClient.cpp')
| -rw-r--r-- | src/client/QXmppOutgoingClient.cpp | 4 |
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() { |
