summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-06 21:01:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-06 21:01:48 (GMT)
commit2cce2f2f376d3a52b69cf0a2c37eba7fb3aa7e6d (patch)
tree94469dff1e5844ad683231549e64ae1c457fcb6a
parent275b5c1a5f15aebf663f1996a46161bcb1dc5199 (diff)
downloadtcl-2cce2f2f376d3a52b69cf0a2c37eba7fb3aa7e6d.zip
tcl-2cce2f2f376d3a52b69cf0a2c37eba7fb3aa7e6d.tar.gz
tcl-2cce2f2f376d3a52b69cf0a2c37eba7fb3aa7e6d.tar.bz2
speling ficks
-rw-r--r--tests/stack.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stack.test b/tests/stack.test
index 46bd420..119d928 100644
--- a/tests/stack.test
+++ b/tests/stack.test
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: stack.test,v 1.12 2001/11/16 20:01:04 msofer Exp $
+# RCS: @(#) $Id: stack.test,v 1.13 2002/06/06 21:01:48 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -29,7 +29,7 @@ if {[string equal $::tcl_platform(platform) "unix"]} {
puts stderr "WARNING: the default application stacksize of $stackSize\
may cause Tcl to\ncrash due to stack overflow before the\
recursion limit is reached.\nA minimum stacksize of 2400\
- kbytes is recommended.\nSkipping inifite recursion test."
+ kbytes is recommended.\nSkipping infinite recursion test."
set ::tcltest::testConstraints(minStack2400) 0
} else {
set ::tcltest::testConstraints(minStack2400) 1