summaryrefslogtreecommitdiffstats
path: root/doc/html/qdatastream.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qdatastream.html
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
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 316e93513..7f710323a 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 )