summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-07-14 22:53:14 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2017-07-14 22:53:14 +0100
commit7560d347da90dad0ff8b13872aeb48de609d3c9f (patch)
tree2f25631f68ba48a1f698ff61dff2dcb37380adfa
parentb80e467023aa6c882639426b9a2ac691fbc220be (diff)
downloadredis-7560d347da90dad0ff8b13872aeb48de609d3c9f.tar.gz
Correct proceding -> proceeding typo.
-rw-r--r--src/redis-check-aof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-check-aof.c b/src/redis-check-aof.c
index 33bb445e7..c4d5a225e 100644
--- a/src/redis-check-aof.c
+++ b/src/redis-check-aof.c
@@ -194,7 +194,7 @@ int redis_check_aof_main(int argc, char **argv) {
printf("RDB preamble of AOF file is not sane, aborting.\n");
exit(1);
} else {
- printf("RDB preamble is OK, proceding with AOF tail...\n");
+ printf("RDB preamble is OK, proceeding with AOF tail...\n");
}
}
}