diff options
Diffstat (limited to 'doc/man/man3/qdatastream.3qt')
-rw-r--r-- | doc/man/man3/qdatastream.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qdatastream.3qt b/doc/man/man3/qdatastream.3qt index 9e895033c..8b8b7edd5 100644 --- a/doc/man/man3/qdatastream.3qt +++ b/doc/man/man3/qdatastream.3qt @@ -288,7 +288,7 @@ Then read it in with: .br .fi .PP -You can select which byte order to use when serializing data. The 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. +You can select which byte order to use when serializing data. The 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 requirements. .SH "Reading and writing raw binary data" You may wish to read/write your own raw binary data to/from the data stream directly. Data may be read from the stream into a preallocated char* using readRawBytes(). Similarly data can be written to the stream using writeRawBytes(). Notice that any encoding/decoding of the data must be done by you. .PP @@ -488,7 +488,7 @@ Sets the serialization byte order to \fIbo\fR. .PP The \fIbo\fR parameter can be QDataStream::BigEndian or QDataStream::LittleEndian. .PP -The default setting is big endian. We recommend leaving this setting unless you have special retquirements. +The default setting is big endian. We recommend leaving this setting unless you have special requirements. .PP See also byteOrder(). .SH "void QDataStream::setDevice ( QIODevice * d )" |