summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-10-28 08:24:48 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-10-28 08:24:48 (GMT)
commit7537554040827dbaae327d27c77319e6b7e7c618 (patch)
treecda6f46bfd19fc1c7f9e851b3ff9be6b3f17db02 /src/network/access
parentf964de82d506a379b9d80b18025491aa3521a2c9 (diff)
downloadQt-7537554040827dbaae327d27c77319e6b7e7c618.zip
Qt-7537554040827dbaae327d27c77319e6b7e7c618.tar.gz
Qt-7537554040827dbaae327d27c77319e6b7e7c618.tar.bz2
Network code: Fix code comment spellchecking errors.
Me no speak americano. Reviewed-by: Peter Hartmann
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qhttp.cpp2
-rw-r--r--src/network/access/qhttpnetworkconnection.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp
index 13375f8..9c2f79a 100644
--- a/src/network/access/qhttp.cpp
+++ b/src/network/access/qhttp.cpp
@@ -2442,7 +2442,7 @@ void QHttpPrivate::_q_slotSendRequest()
if (proxy.hostName().isEmpty()) {
proxy.setType(QNetworkProxy::NoProxy);
} else if (sslInUse) {
- // Disallow use of cacheing proxy with HTTPS; instead fall back to
+ // Disallow use of caching proxy with HTTPS; instead fall back to
// transparent HTTP CONNECT proxying.
transparentProxyInUse = true;
} else {
diff --git a/src/network/access/qhttpnetworkconnection.cpp b/src/network/access/qhttpnetworkconnection.cpp
index c335cd4..89f9b03 100644
--- a/src/network/access/qhttpnetworkconnection.cpp
+++ b/src/network/access/qhttpnetworkconnection.cpp
@@ -745,7 +745,7 @@ void QHttpNetworkConnectionPrivate::removeReply(QHttpNetworkReply *reply)
// although it is called _q_startNextRequest, it will actually start multiple requests when possible
void QHttpNetworkConnectionPrivate::_q_startNextRequest()
{
- // If the QHttpNetworkConnection is currently paused then bail out immediatly
+ // If the QHttpNetworkConnection is currently paused then bail out immediately
if (state == PausedState)
return;