Skip to content

Commit

Permalink
Fix typo in report diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 15, 2024
1 parent 07f0c4b commit 221dd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cavil/Task/Analyze.pm
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ sub _look_for_smallest_delta ($app, $pkg, $allow_accept, $has_human_review) {
$pkg->{state} = 'acceptable';
$pkg->{review_timestamp} = 1;
}
$pkg->{result} = "Not found any signficant difference against $old->{id}";
$pkg->{result} = "Not found any significant difference against $old->{id}";
$pkg->{result} .= ', manual review is required because previous reports are missing a reviewing user'
unless $has_human_review;
$pkgs->update($pkg);
Expand Down

0 comments on commit 221dd89

Please sign in to comment.