summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection.cpp
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/qhttpnetworkconnection.cpp
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/qhttpnetworkconnection.cpp')
-rw-r--r--src/network/access/qhttpnetworkconnection.cpp2
1 files changed, 1 insertions, 1 deletions
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;