From 55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Mon, 7 Feb 2022 15:47:01 +0100 Subject: restart: fix typo in error message valiate -> validate --- restart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restart.c b/restart.c index e4e8ccc..f3239f8 100644 --- a/restart.c +++ b/restart.c @@ -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; -- cgit v1.2.1