summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 12:19:01 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 15:51:10 +0000
commitc6de55a0bb7cc6bebb5dd896ee8edf806c571b96 (patch)
treec24adf18b3a8bcb88cb639cdc1efac6aed2b9209 /src/network
parent92fc338de073b352b9fc0a2aee49761c25f9d803 (diff)
Fix typos
Change-Id: Id625efea998f2b4dce9970b903830dc3b3efcd3d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qhttpnetworkconnection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttpnetworkconnection.cpp b/src/network/access/qhttpnetworkconnection.cpp
index d24927b922..517af326a8 100644
--- a/src/network/access/qhttpnetworkconnection.cpp
+++ b/src/network/access/qhttpnetworkconnection.cpp
@@ -646,8 +646,8 @@ QHttpNetworkReply* QHttpNetworkConnectionPrivate::queueRequest(const QHttpNetwor
#ifndef Q_OS_WINRT
// For Happy Eyeballs the networkLayerState is set to Unknown
- // untill we have started the first connection attempt. So no
- // request will be started untill we know if IPv4 or IPv6
+ // until we have started the first connection attempt. So no
+ // request will be started until we know if IPv4 or IPv6
// should be used.
if (networkLayerState == Unknown || networkLayerState == HostLookupPending) {
startHostInfoLookup();