summaryrefslogtreecommitdiffstats
path: root/doc/html/qdatastream.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdatastream.html')
-rw-r--r--doc/html/qdatastream.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdatastream.html b/doc/html/qdatastream.html
index 316e9351..7f710323 100644
--- a/doc/html/qdatastream.html
+++ b/doc/html/qdatastream.html
@@ -201,7 +201,7 @@ number to give yourself room for future expansion. For example:
default setting is big endian (MSB first). Changing it to little
endian breaks the portability (unless the reader also changes to
little endian). We recommend keeping this setting unless you have
-special retquirements.
+special requirements.
<p> <a name="raw"></a>
<h3> Reading and writing raw binary data
</h3>
@@ -486,7 +486,7 @@ reference to the stream.
Sets the serialization byte order to <em>bo</em>.
<p> The <em>bo</em> parameter can be <a href="#ByteOrder-enum">TQDataStream::BigEndian</a> or <a href="#ByteOrder-enum">TQDataStream::LittleEndian</a>.
<p> The default setting is big endian. We recommend leaving this
-setting unless you have special retquirements.
+setting unless you have special requirements.
<p> <p>See also <a href="#byteOrder">byteOrder</a>().
<h3 class=fn>void <a name="setDevice"></a>TQDataStream::setDevice ( <a href="qiodevice.html">TQIODevice</a>&nbsp;*&nbsp;d )