diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:39:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:39:40 (GMT) |
commit | bbaecb023a9287118394399ce2235c49e33ec74e (patch) | |
tree | 89ea4d11f6d5ab9868596a73fd7b761ffa3d60fe /doc/re_syntax.n | |
parent | 8d1caeae4dbe404a28c14bdc0bc3a8e97f6eaaf2 (diff) | |
download | tcl-bbaecb023a9287118394399ce2235c49e33ec74e.zip tcl-bbaecb023a9287118394399ce2235c49e33ec74e.tar.gz tcl-bbaecb023a9287118394399ce2235c49e33ec74e.tar.bz2 |
compatability -> compatibility
Diffstat (limited to 'doc/re_syntax.n')
-rw-r--r-- | doc/re_syntax.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n index a74746a..14b0de0 100644 --- a/doc/re_syntax.n +++ b/doc/re_syntax.n @@ -176,7 +176,7 @@ endpoint, so e.g. .QW \fBa\-c\-e\fR is illegal. Ranges in Tcl always use the Unicode collating sequence, but other programs may use other collating -sequences and this can be a source of incompatability between programs. +sequences and this can be a source of incompatibility between programs. .PP To include a literal \fB]\fR or \fB\-\fR in the list, the simplest method is to enclose it in \fB[.\fR and \fB.]\fR to make it a |