summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2017-08-12 19:45:04 (GMT)
committerandy <andrew.m.goth@gmail.com>2017-08-12 19:45:04 (GMT)
commit4fd67d5ca799fac826a08aea189b58801f644502 (patch)
treef66c4604ac3fd82c459b59f4f1d9724136dba039 /doc
parentaef250b467e7a45e1f29e9bb4b4486c121603c62 (diff)
downloadtcl-4fd67d5ca799fac826a08aea189b58801f644502.zip
tcl-4fd67d5ca799fac826a08aea189b58801f644502.tar.gz
tcl-4fd67d5ca799fac826a08aea189b58801f644502.tar.bz2
Correct longstanding typo in continue man page
Diffstat (limited to 'doc')
-rw-r--r--doc/continue.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/continue.n b/doc/continue.n
index 92ff3b4..5eca861 100644
--- a/doc/continue.n
+++ b/doc/continue.n
@@ -23,7 +23,7 @@ exception to occur.
The exception causes the current script to be aborted
out to the innermost containing loop command, which then
continues with the next iteration of the loop.
-Catch exceptions are also handled in a few other situations, such
+Continue exceptions are also handled in a few other situations, such
as the \fBcatch\fR command and the outermost scripts of procedure
bodies.
.SH EXAMPLE