summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-02-20 17:54:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-02-20 17:54:02 (GMT)
commit7ae3600bbf1577f02278766a0cca9d439a933bf9 (patch)
tree44d222ef1e2cdd5d5ebd3a84b80c3b809128152e /doc/tcltest.n
parenta9ae76396604ebf325b996ace4452852d4f2bc35 (diff)
downloadtcl-7ae3600bbf1577f02278766a0cca9d439a933bf9.zip
tcl-7ae3600bbf1577f02278766a0cca9d439a933bf9.tar.gz
tcl-7ae3600bbf1577f02278766a0cca9d439a933bf9.tar.bz2
* doc/tcltest.n: Typo fix. [Bug 1663539]
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index 7edb64d..e177f1e 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.46 2006/09/11 03:54:08 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.47 2007/02/20 17:54:02 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.3 tcltest "Tcl Bundled Packages"
@@ -1057,7 +1057,7 @@ depends on usage of ::puts in your application code. Output is
intercepted by redefining the ::puts command while the defined test
script is being run. Errors thrown by C procedures or printed
directly from C applications will not be caught by the test command.
-Therefore, usage of the \fB-output\fR and \fB-errorOuput\fR
+Therefore, usage of the \fB-output\fR and \fB-errorOutput\fR
options to [\fBtest\fR] is useful only for pure Tcl applications
that use [\fB::puts\fR] to produce output.