Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders authored Feb 10, 2024
2 parents 0fa43a2 + 32c5566 commit 10202f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrePAN2/Repository/Cache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sub set {
my $md5
= $self->calc_md5(
File::Spec->catfile( $self->directory, $filename ) )
or Carp::croak("Cannot calcurate MD5 for '$filename'");
or Carp::croak("Cannot calculate MD5 for '$filename'");
$self->data->{$stuff} = +{
filename => $filename,
md5 => $md5,
Expand Down

0 comments on commit 10202f3

Please sign in to comment.