diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-10-28 10:24:48 +0200 |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-10-28 10:24:48 +0200 |
commit | 7537554040827dbaae327d27c77319e6b7e7c618 (patch) | |
tree | cda6f46bfd19fc1c7f9e851b3ff9be6b3f17db02 /src/network/access/qhttp.cpp | |
parent | f964de82d506a379b9d80b18025491aa3521a2c9 (diff) | |
download | qt4-tools-7537554040827dbaae327d27c77319e6b7e7c618.tar.gz |
Network code: Fix code comment spellchecking errors.
Me no speak americano.
Reviewed-by: Peter Hartmann
Diffstat (limited to 'src/network/access/qhttp.cpp')
-rw-r--r-- | src/network/access/qhttp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp index 13375f8ca1..9c2f79ac34 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 { |