stas 2003/12/19 01:12:28
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
fix comment
Revision Changes Path
1.130 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -u -r1.129 -r1.130
--- TestRun.pm 19 Dec 2003 09:12:12 -0000 1.129
+++ TestRun.pm 19 Dec 2003 09:12:28 -0000 1.130
@@ -1070,7 +1070,7 @@
Apache::Test::config()->write_perlscript($opts{file}, $body);
}
-# in idiomatic perl functions return 1 on success 0 on
+# in idiomatic perl functions return 1 on success and 0 on
# failure. Shell expects the opposite behavior. So this function
# reverses the status.
sub exit_perl {