summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2012-09-24 18:12:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 04:03:20 +0200
commit6b6fefad48abed28df69d0fa830accbb0c8dcb4d (patch)
treeb62d78dd114839ec4890727e77ca2563cba11ca6 /src/network
parenta798b956b9786240a06142de078f56c28962a535 (diff)
Remove duplicate words and punctuation from documentation.
Change-Id: I5550c62d412510bc2c5acceb2cae7d2f2ef6a8d3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp2
-rw-r--r--src/network/socket/qudpsocket.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index a31d5b8ca3..3dcb4b8730 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -346,7 +346,7 @@ static void ensureInitialized()
\note To have the request not send credentials you must not call
setUser() or setPassword() on the \a authenticator object. This
- will result in the the \l finished() signal being emitted with a
+ will result in the \l finished() signal being emitted with a
\l QNetworkReply with error \l AuthenticationRequiredError.
\note It is not possible to use a QueuedConnection to connect to
diff --git a/src/network/socket/qudpsocket.cpp b/src/network/socket/qudpsocket.cpp
index f4ce67ac40..e2669e33a1 100644
--- a/src/network/socket/qudpsocket.cpp
+++ b/src/network/socket/qudpsocket.cpp
@@ -174,7 +174,7 @@ QUdpSocket::~QUdpSocket()
/*!
\since 4.8
- Joins the the multicast group specified by \a groupAddress on the default
+ Joins the multicast group specified by \a groupAddress on the default
interface chosen by the operating system. The socket must be in BoundState,
otherwise an error occurs.