typo fix.

This commit is contained in:
Matthew Wilson 2006-04-18 23:32:53 +00:00
parent 1533a1c648
commit 747843f3f0

View file

@ -295,7 +295,7 @@ sub setFilename {
sub setLastModified {
my $self = shift;
my $epoch = shift;
$self->{_htt}{lastModified} = $epoch;
$self->{_http}{lastModified} = $epoch;
}
#-------------------------------------------------------------------