summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qtextcodec.3qt
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/man/man3/qtextcodec.3qt
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/man/man3/qtextcodec.3qt')
-rw-r--r--doc/man/man3/qtextcodec.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qtextcodec.3qt b/doc/man/man3/qtextcodec.3qt
index caee026a6..f83835cf7 100644
--- a/doc/man/man3/qtextcodec.3qt
+++ b/doc/man/man3/qtextcodec.3qt
@@ -279,7 +279,7 @@ Built-in codecs can be overridden by custom codecs since more recently created Q
.PP
You may find it more convenient to make your codec class available as a plugin; see the plugin documentation for more details.
.PP
-The abstract virtual functions describe the encoder to the system and the coder is used as retquired in the different text file formats supported by QTextStream, and under X11, for the locale-specific character input and output.
+The abstract virtual functions describe the encoder to the system and the coder is used as required in the different text file formats supported by QTextStream, and under X11, for the locale-specific character input and output.
.PP
To add support for another 8-bit encoding to Qt, make a subclass of QTextCodec and implement at least the following methods:
.PP
@@ -304,9 +304,9 @@ If the encoding is multi-byte then it will have "state"; that is, the interpreta
QTextDecoder* makeDecoder() const
.br
.fi
-Return a QTextDecoder that remembers incomplete multi-byte sequence prefixes or other retquired state.
+Return a QTextDecoder that remembers incomplete multi-byte sequence prefixes or other required state.
.PP
-If the encoding does \fInot\fR retquire state, you should implement:
+If the encoding does \fInot\fR require state, you should implement:
.PP
.nf
.br