summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2012-10-11 15:24:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-22 22:42:17 +0200
commit4dbf60d672a24a56e830654c386517b71d83bf85 (patch)
tree5baf258ffd7d2caca70f372f28a45125a929fcf2 /src/network/access/qnetworkaccessmanager.cpp
parentd8c8057c03fc906f3bee0905246ca18351bd9e1b (diff)
Fix mistakes in QNetworkAccessManager docs.
Change-Id: I2c797affec9472815003b1a032196c81088e1df6 Reviewed-by: Shane Kearns <shane.kearns@accenture.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/network/access/qnetworkaccessmanager.cpp')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index 3dcb4b8730..1118c3242f 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -205,10 +205,10 @@ static void ensureInitialized()
QNetworkAccessManager gained the ability to manage network connections.
QNetworkAccessManager can start the network interface if the device is
offline and terminates the interface if the current process is the last
- one to use the uplink. Note that some platform utilize grace periods from
+ one to use the uplink. Note that some platforms utilize grace periods from
when the last application stops using a uplink until the system actually
terminates the connectivity link. Roaming is equally transparent. Any
- queued/pending network requests are automatically transferred to new
+ queued/pending network requests are automatically transferred to the new
access point.
Clients wanting to utilize this feature should not require any changes. In fact