summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2016-07-29 19:15:48 +0300
committerAlex Trotsenko <alex1973tr@gmail.com>2016-08-02 10:03:45 +0000
commitfcbbd7bc3d1f7ba9dc2dec1dc3222d0b63660ba5 (patch)
tree5bad15eae420181eead0d97b2a4b11c5ac861053 /src/network/kernel
parentd875d5e2fc66b9a4ab1afea8441b33d4afc6e9b5 (diff)
Fix grammar issues in SCTP documentation
Change-Id: I11bfb20dc3d4db98dccfd3bc680fb1ffbd522508 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qnetworkproxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qnetworkproxy.cpp b/src/network/kernel/qnetworkproxy.cpp
index fc3185bd5e..2f7e9d537d 100644
--- a/src/network/kernel/qnetworkproxy.cpp
+++ b/src/network/kernel/qnetworkproxy.cpp
@@ -1002,7 +1002,7 @@ template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach()
\row
\li SctpServer
- \li Passive server sockets that listen on a SCTP port and await
+ \li Passive server sockets that listen on an SCTP port and await
incoming connections from the network. Normally, only the
local port is used, but the remote address could be used in
specific circumstances, for example to indicate which remote
@@ -1032,7 +1032,7 @@ template<> void QSharedDataPointer<QNetworkProxyQueryPrivate>::detach()
connections from the network
\value UrlRequest a more complex request which involves loading
of a URL
- \value SctpServer a SCTP server that listens for incoming
+ \value SctpServer an SCTP server that listens for incoming
connections from the network
\sa queryType(), setQueryType()