summaryrefslogtreecommitdiff
path: root/restart.c
diff options
context:
space:
mode:
authorBaptiste Mille-Mathias <baptiste.millemathias@gmail.com>2022-02-07 15:47:01 +0100
committerdormando <dormando@rydia.net>2022-02-09 12:55:14 -0800
commit55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d (patch)
tree7073a359299a775e67e3fb2ba09c3931f77fc45d /restart.c
parent4df826aafdd6abf0fc483d52774047c3533206dc (diff)
downloadmemcached-55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d.tar.gz
restart: fix typo in error message
valiate -> validate
Diffstat (limited to 'restart.c')
-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;