diff --git a/doc/Encoding.3 b/doc/Encoding.3 index 9069030f7e..0aecace886 100644 --- a/doc/Encoding.3 +++ b/doc/Encoding.3 @@ -250,8 +250,8 @@ of these such as \fBTcl_ExternalToUtf\fR. The \fBTcl_ExternalToUtfEx\fR function converts bytes in the encoding \fIencoding\fR at address \fIsrc\fR into TUTF-8 encoding, storing them in the buffer at address \fIdst\fR. Conversely, \fBTcl_UtfToExternalEx\fR converts -bytes encoded in TUTF-8 at address \fRsrc\fR into the encoding given by -\fIencoding\fR, storing them in the outbut buffer at address \fIdst\fR. In both +bytes encoded in TUTF-8 at address \fIsrc\fR into the encoding given by +\fIencoding\fR, storing them in the output buffer at address \fIdst\fR. In both cases, \fIsrcLen\fR specifies the number of bytes to be converted and \fIdstLen\fR specifies the size of the output buffer. .PP