network: Fix typos in messages

Pick-to: 5.15 6.2
Change-Id: Ibad852372c80a988efeabc2b0757bf238b92b9a3
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Jonas Kvinge 2021-10-09 19:30:53 +02:00
parent dce874415d
commit 1cebe7d7db
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@ void QNetworkReplyImplPrivate::appendDownstreamData(QIODevice *data)
// read until EOF from data
if (Q_UNLIKELY(copyDevice)) {
qCritical("QNetworkReplyImpl: copy from QIODevice already in progress -- "
"backend probly needs to be fixed");
"backend probably needs to be fixed");
return;
}

View File

@ -1290,7 +1290,7 @@ void QSocks5SocketEnginePrivate::_q_udpSocketReadNotification()
int pos = 0;
const char *buf = inBuf.constData();
if (inBuf.size() < 4) {
QSOCKS5_D_DEBUG << "bugus udp data, discarding";
QSOCKS5_D_DEBUG << "bogus udp data, discarding";
return;
}
QSocks5RevivedDatagram datagram;