diff options
Diffstat (limited to 'doc/man/man3/qtextcodec.3qt')
-rw-r--r-- | doc/man/man3/qtextcodec.3qt | 6 |
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 |