QNetworkReply: Fix typos in the documentation

Fixes: QTBUG-107719
Change-Id: Ic5bbc59aebeb44595cfde000bfd1cfb28991d311
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit dd0eb89d2e3b196343cbf322b0f35ea0b54f0814)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ievgenii Meshcheriakov 2022-10-18 11:23:24 +02:00 committed by Qt Cherry-pick Bot
parent fa853a7715
commit a40be64759

View File

@ -42,7 +42,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
itself. itself.
QNetworkReply is a sequential-access QIODevice, which means that QNetworkReply is a sequential-access QIODevice, which means that
once data is read from the object, it no longer kept by the once data is read from the object, it is no longer kept by the
device. It is therefore the application's responsibility to keep device. It is therefore the application's responsibility to keep
this data if it needs to. Whenever more data is received from the this data if it needs to. Whenever more data is received from the
network and processed, the readyRead() signal is emitted. network and processed, the readyRead() signal is emitted.
@ -331,7 +331,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
processing. After this signal is emitted, there will be no more processing. After this signal is emitted, there will be no more
updates to the reply's data or metadata. updates to the reply's data or metadata.
Unless close() or abort() have been called, the reply will be still be opened Unless close() or abort() have been called, the reply will still be opened
for reading, so the data can be retrieved by calls to read() or for reading, so the data can be retrieved by calls to read() or
readAll(). In particular, if no calls to read() were made as a readAll(). In particular, if no calls to read() were made as a
result of readyRead(), a call to readAll() will retrieve the full result of readyRead(), a call to readAll() will retrieve the full