summaryrefslogtreecommitdiffstats
path: root/doc/html/qsocket.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsocket.html')
-rw-r--r--doc/html/qsocket.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsocket.html b/doc/html/qsocket.html
index 1899f20b..955ef062 100644
--- a/doc/html/qsocket.html
+++ b/doc/html/qsocket.html
@@ -126,7 +126,7 @@ general, you can treat it as a TQIODevice for writing, and mostly
also for reading. The match isn't perfect, since the TQIODevice
API is designed for devices that are controlled by the same
machine, and an asynchronous peer-to-peer network connection isn't
-tquite like that. For example, there is nothing that matches
+quite like that. For example, there is nothing that matches
<a href="qiodevice.html#size">TQIODevice::size</a>() exactly. The documentation for <a href="#open">open</a>(), <a href="#close">close</a>(),
<a href="#flush">flush</a>(), <a href="#size">size</a>(), <a href="#at">at</a>(), <a href="#atEnd">atEnd</a>(), <a href="#readBlock">readBlock</a>(), <a href="#writeBlock">writeBlock</a>(),
<a href="#getch">getch</a>(), <a href="#putch">putch</a>(), <a href="#ungetch">ungetch</a>() and <a href="#readLine">readLine</a>() describes the