network: Fix typos in messages
Pick-to: 5.15 6.2 Change-Id: Ibad852372c80a988efeabc2b0757bf238b92b9a3 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
dce874415d
commit
1cebe7d7db
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue