summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--restart.c2
1 files changed, 1 insertions, 1 deletions
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;