summaryrefslogtreecommitdiffstats
path: root/doc/html/qsocketdevice.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/html/qsocketdevice.html
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'doc/html/qsocketdevice.html')
-rw-r--r--doc/html/qsocketdevice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsocketdevice.html b/doc/html/qsocketdevice.html
index 3b8350404..571bee68f 100644
--- a/doc/html/qsocketdevice.html
+++ b/doc/html/qsocketdevice.html
@@ -249,7 +249,7 @@ Returns TRUE if this is a valid socket; otherwise returns FALSE.
</h3>
Specifies how many pending connections a server socket can have.
Returns TRUE if the operation was successful; otherwise returns
-FALSE. A <em>backlog</em> value of 50 is tquite common.
+FALSE. A <em>backlog</em> value of 50 is quite common.
<p> The <a href="#listen">listen</a>() call only applies to sockets where <a href="#type">type</a>() is <a href="#Type-enum">Stream</a>, i.e. not to <a href="#Type-enum">Datagram</a> sockets. listen() must not be
called before <a href="#bind">bind</a>() or after <a href="#accept">accept</a>().
<p> <p>See also <a href="#bind">bind</a>() and <a href="#accept">accept</a>().