From b9cb6b087aec1a67fae460d071f3775954d84361 Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 16 Sep 2003 08:15:59 +0000 Subject: correcting a typo in a print statement --- Perl/demos/t/no-test.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Perl/demos') 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; -- cgit v1.1