Fix mistakes in QNetworkAccessManager docs.
authorMitch Curtis <mitch.curtis@digia.com>
Thu, 11 Oct 2012 13:24:11 +0000 (15:24 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 22 Oct 2012 20:42:17 +0000 (22:42 +0200)
Change-Id: I2c797affec9472815003b1a032196c81088e1df6
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/network/access/qnetworkaccessmanager.cpp

index 3dcb4b8..1118c32 100644 (file)
@@ -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