summaryrefslogtreecommitdiff
path: root/tcl/doc/Backslash.3
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/Backslash.3')
-rw-r--r--tcl/doc/Backslash.32
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/doc/Backslash.3 b/tcl/doc/Backslash.3
index 071bf97702d..3f53c5336c1 100644
--- a/tcl/doc/Backslash.3
+++ b/tcl/doc/Backslash.3
@@ -34,7 +34,7 @@ the backslash character.
The use of \fBTcl_Backslash\fR is deprecated in favor of
\fBTcl_UtfBackslash\fR.
.PP
-This is a utility procedure provided for backwards compatibilty with
+This is a utility procedure provided for backwards compatibility with
non-internationalized Tcl extensions. It parses a backslash sequence and
returns the low byte of the Unicode character corresponding to the sequence.
.VE