Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 27, 2024
1 parent ade6fdf commit 6732b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Genealogy/ObituaryDailyTimes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub new {
return;
}

# cache_duration can be overriden by the args
# cache_duration can be overridden by the args
return bless {
cache_duration => '1 day', # The database is updated daily
%args,
Expand Down
2 changes: 1 addition & 1 deletion t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require_ok('Genealogy::ObituaryDailyTimes') || print 'Bail out!';
# Smoker testing can do sanity checking without building the database
if((!$ENV{'AUTOMATED_TESTING'}) && (!$ENV{'GITHUB_ACTIONS'}) &&
(!-r 'lib/Genealogy/ObituaryDailyTimes/data/obituaries.sql')) {
foreach my $e(sort keys (%ENV)) {
foreach my $e(sort keys (%ENV)) {
diag("$e = $ENV{$e}");
}
diag('Database not installed');
Expand Down

0 comments on commit 6732b8d

Please sign in to comment.