summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-04-15 08:52:52 (GMT)
committerdkf <dkf@noemail.net>2010-04-15 08:52:52 (GMT)
commitf900accb82f0ccb57d558290496797121525bbc8 (patch)
treedfea9f65fc1ab46f108110a32eac8369cec9f200 /doc
parentc58f460859191e420910e7ad6506812c2cf8339c (diff)
downloadtcl-f900accb82f0ccb57d558290496797121525bbc8.zip
tcl-f900accb82f0ccb57d558290496797121525bbc8.tar.gz
tcl-f900accb82f0ccb57d558290496797121525bbc8.tar.bz2
* doc/try.n: [Bug 2987551]: Fix typo.
FossilOrigin-Name: 4768780b4507af3da32c583b6242911ffb6c2e81
Diffstat (limited to 'doc')
-rw-r--r--doc/try.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/try.n b/doc/try.n
index 84bef03..15e545e 100644
--- a/doc/try.n
+++ b/doc/try.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: try.n,v 1.2 2009/10/14 15:59:15 dkf Exp $
+'\" RCS: @(#) $Id: try.n,v 1.3 2010/04/15 08:52:55 dkf Exp $
'\"
.so man.macros
.TH try n 8.6 Tcl "Tcl Built-In Commands"
@@ -31,7 +31,7 @@ one of the following forms:
\fBon \fIcode variableList script\fR
.
This clause matches if the evaluation of \fIbody\fR completed with the
-exeception code \fIcode\fR. The \fIcode\fR may be expressed as an integer or
+exception code \fIcode\fR. The \fIcode\fR may be expressed as an integer or
one of the following literal words: \fBok\fR, \fBerror\fR, \fBreturn\fR,
\fBbreak\fR, or \fBcontinue\fR. Those literals correspond to the integers 0
through 4 respectively.