stas 2003/07/29 08:38:36
Modified: t/response/TestAPR perlio.pm Log: spelling Revision Changes Path 1.20 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/perlio.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perlio.pm 16 Apr 2003 05:25:59 -0000 1.19 +++ perlio.pm 29 Jul 2003 15:38:36 -0000 1.20 @@ -63,7 +63,7 @@ open my $fh, "perlio_this_file_cannot_exist"; my $errno_string = "$!"; - # non-existant file + # non-existent file my $file = "/this/file/does/not/exist"; if (open my $fh, "<:APR", $file, $r) { t_debug "must not be able to open $file!";