summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-02-22 20:25:29 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-02-22 20:25:29 (GMT)
commit4ced9366453c96f6237ff479dff2fc80bd0e18d9 (patch)
treefd2d7306a86a9412901bb9f73d93ddb4a701a543 /tests
parentf689731fd0b26fa1d3899f3b0e3ee46054bb0a3f (diff)
downloadtcl-4ced9366453c96f6237ff479dff2fc80bd0e18d9.zip
tcl-4ced9366453c96f6237ff479dff2fc80bd0e18d9.tar.gz
tcl-4ced9366453c96f6237ff479dff2fc80bd0e18d9.tar.bz2
Typo, more.
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg.test b/tests/pkg.test
index 25020b8..27902a9 100644
--- a/tests/pkg.test
+++ b/tests/pkg.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: pkg.test,v 1.9.12.9 2007/02/22 20:11:17 andreas_kupries Exp $
+# RCS: @(#) $Id: pkg.test,v 1.9.12.10 2007/02/22 20:25:29 andreas_kupries Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -1014,7 +1014,7 @@ test pkg-7.18 {Tcl_PackageCmd procedure, "present" option} {
# Note: It is correct that the result of the very first test,
-# i.e. "5.0 5.01" is 1, i.e. that version 5.0a1 satisfies a 5.0
+# i.e. "5.0 5.0a0" is 1, i.e. that version 5.0a0 satisfies a 5.0
# requirement.
# The requirement "5.0" internally translates first to "5.0-6", and