summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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