aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos
diff options
context:
space:
mode:
authormertz2003-09-16 08:15:59 +0000
committermertz2003-09-16 08:15:59 +0000
commitb9cb6b087aec1a67fae460d071f3775954d84361 (patch)
tree2cae5a2f1c4ef294b680bf35dfef32ddc1a029ae /Perl/demos
parent8b34baa437e87479674b6ae723ea33b7423bb374 (diff)
downloadtkzinc-b9cb6b087aec1a67fae460d071f3775954d84361.zip
tkzinc-b9cb6b087aec1a67fae460d071f3775954d84361.tar.gz
tkzinc-b9cb6b087aec1a67fae460d071f3775954d84361.tar.bz2
tkzinc-b9cb6b087aec1a67fae460d071f3775954d84361.tar.xz
correcting a typo in a print statement
Diffstat (limited to 'Perl/demos')
-rw-r--r--Perl/demos/t/no-test.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/demos/t/no-test.t b/Perl/demos/t/no-test.t
index c6924c2..a317b57 100644
--- a/Perl/demos/t/no-test.t
+++ b/Perl/demos/t/no-test.t
@@ -3,6 +3,6 @@
BEGIN { $| = 1; print "1..1\n"; }
END {print "ok 1\n";}
-print "No test for zinc demos, \s they are by themselves Tk::Zinc tests\n";
+print "No test for zinc demos, since they are by themselves Tk::Zinc tests\n";
1;