Skip to content

Commit

Permalink
restart: fix typo in error message
Browse files Browse the repository at this point in the history
valiate -> validate
  • Loading branch information
bmillemathias authored and dormando committed Feb 9, 2022
1 parent 4df826a commit 55035df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restart.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int restart_check(const char *file) {
free(metafile);

if (failed) {
fprintf(stderr, "[restart] failed to valiate metadata, starting with a clean cache\n");
fprintf(stderr, "[restart] failed to validate metadata, starting with a clean cache\n");
return -1;
} else {
return 0;
Expand Down

0 comments on commit 55035df

Please sign in to comment.