two typos

master
Joey Hess 2008-07-26 19:05:52 -04:00
parent 2bffce0d89
commit f892cc8c50
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ my $time=time;
my @now=localtime($time);
sub import { #{{{
hook(type => "getsetup", id => "version", call => \&getsetup);
hook(type => "needsbuild", id => "version", call => \&needsbuild);
hook(type => "getsetup", id => "calendar", call => \&getsetup);
hook(type => "needsbuild", id => "calendar", call => \&needsbuild);
hook(type => "preprocess", id => "calendar", call => \&preprocess);
} #}}}