From e6cb06a8354a1423a7fc53af96a55e1e156bdcc2 Mon Sep 17 00:00:00 2001 From: David Fries Date: Fri, 7 Mar 2014 15:40:54 -0600 Subject: correct send vs sent grammar Correct the tense of send vs sent in comments and documentation. Change-Id: I1c5ce9a7b1e49b8b0e8dcfde7d732e4c69acf73a Reviewed-by: Kurt Pattyn Reviewed-by: Laszlo Agocs --- src/network/access/qhttpnetworkreply.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/access/qhttpnetworkreply.cpp') diff --git a/src/network/access/qhttpnetworkreply.cpp b/src/network/access/qhttpnetworkreply.cpp index 2a7e6ed638..b057fee144 100644 --- a/src/network/access/qhttpnetworkreply.cpp +++ b/src/network/access/qhttpnetworkreply.cpp @@ -363,7 +363,7 @@ bool QHttpNetworkReplyPrivate::isCompressed() void QHttpNetworkReplyPrivate::removeAutoDecompressHeader() { // The header "Content-Encoding = gzip" is retained. - // Content-Length is removed since the actual one send by the server is for compressed data + // Content-Length is removed since the actual one sent by the server is for compressed data QByteArray name("content-length"); QList >::Iterator it = fields.begin(), end = fields.end(); @@ -921,7 +921,7 @@ qint64 QHttpNetworkReplyPrivate::getChunkSize(QAbstractSocket *socket, qint64 *c bool QHttpNetworkReplyPrivate::shouldEmitSignals() { // for 401 & 407 don't emit the data signals. Content along with these - // responses are send only if the authentication fails. + // responses are sent only if the authentication fails. return (statusCode != 401 && statusCode != 407); } -- cgit v1.2.3