summaryrefslogtreecommitdiffstats
path: root/tests/unixInit.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-07-12 16:26:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-07-12 16:26:57 (GMT)
commit0f0b00f13ef25642250299193c725a6aa989ea1c (patch)
treec956571f979f59452b41a85c9347f2734f1af88d /tests/unixInit.test
parent7ede5355ba21849fa3a8cfcaa8d8d32825a7d53b (diff)
downloadtcl-0f0b00f13ef25642250299193c725a6aa989ea1c.zip
tcl-0f0b00f13ef25642250299193c725a6aa989ea1c.tar.gz
tcl-0f0b00f13ef25642250299193c725a6aa989ea1c.tar.bz2
typo fix
Diffstat (limited to 'tests/unixInit.test')
-rw-r--r--tests/unixInit.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test
index ec54099..6a7b2c6 100644
--- a/tests/unixInit.test
+++ b/tests/unixInit.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: unixInit.test,v 1.20 2001/07/12 13:36:09 dkf Exp $
+# RCS: @(#) $Id: unixInit.test,v 1.21 2001/07/12 16:26:57 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -208,7 +208,7 @@ test unixInit-2.8 {TclpInitLibraryPath: all absolute pathtype} {unixOnly notInst
# When a program that embeds the Tcl library, like tcltest, is
# installed near the "root" of the file system, there was a problem
# constructing directories relative to the executable. When a
- # relative ".." went past the root, realtive path names were created
+ # relative ".." went past the root, relative path names were created
# rather than absolute pathnames. In some cases, accessing past the
# root caused memory access violations too.
#