summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-09-24 16:23:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 21:27:51 +0200
commit1dadede8edfa47dc38c0e2e8c458cea225edacc3 (patch)
tree966b4432897548e8e8746fb6344250061e5876fc /src/network/access
parent3827fd2a37f72e2720da1cc2db5902286c234680 (diff)
Fixed instances of "to to" in qtbase.
Really it should just be "to". Change-Id: I7d0fff334bac3f0ac78adb8131e3bf3df1f1b242 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qabstractnetworkcache.cpp2
-rw-r--r--src/network/access/qnetworkrequest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qabstractnetworkcache.cpp b/src/network/access/qabstractnetworkcache.cpp
index 50f15d51b1..71ddec7c4e 100644
--- a/src/network/access/qabstractnetworkcache.cpp
+++ b/src/network/access/qabstractnetworkcache.cpp
@@ -225,7 +225,7 @@ QUrl QNetworkCacheMetaData::url() const
}
/*!
- Sets the URL this network cache meta data to to be \a url.
+ Sets the URL this network cache meta data to be \a url.
The password and fragment are removed from the url.
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index 9c577f43f5..6d036ad491 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -414,7 +414,7 @@ QUrl QNetworkRequest::url() const
}
/*!
- Sets the URL this network request is referring to to be \a url.
+ Sets the URL this network request is referring to be \a url.
\sa url()
*/