stas 2004/09/27 14:41:55
Modified: t/response/TestAPI sub_request.pm Log: typo Revision Changes Path 1.3 +1 -1 modperl-2.0/t/response/TestAPI/sub_request.pm Index: sub_request.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/sub_request.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- sub_request.pm 27 Sep 2004 21:40:03 -0000 1.2 +++ sub_request.pm 27 Sep 2004 21:41:55 -0000 1.3 @@ -32,7 +32,7 @@ my $rc = $subr->run; ok $rc, Apache::SERVER_ERROR, "rc"; - # test an explictit DESTROY (which happens automatically on the + # test an explicit DESTROY (which happens automatically on the # scope exit) undef $subr; ok 1;