summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2019-04-09 03:11:14 (GMT)
committerandy <andrew.m.goth@gmail.com>2019-04-09 03:11:14 (GMT)
commit9b1a75a1ccbda9eaf0bb030215b7e6181d51f487 (patch)
treefabf8f4046154786c103e9e6741d467d76d358aa /doc
parent96bf31bbbdb29f045f799f5a874e2d4866eebc4e (diff)
downloadtcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.zip
tcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.tar.gz
tcl-9b1a75a1ccbda9eaf0bb030215b7e6181d51f487.tar.bz2
Correct minor documentation typo
Diffstat (limited to 'doc')
-rw-r--r--doc/interp.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interp.n b/doc/interp.n
index 92113a6..1c9618a 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -201,7 +201,7 @@ slave interpreter identified by \fIpath\fR. If no arguments are
given, option and current setting are returned. If \fB\-frame\fR
is given, the debug setting is set to the given boolean if provided
and the current setting is returned.
-This only effects the output of \fBinfo frame\fR, in that exact
+This only affects the output of \fBinfo frame\fR, in that exact
frame-level information for command invocation at the bytecode level
is only captured with this setting on.
.RS