summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2017-07-24 15:19:21 +0200
committerGitHub <noreply@github.com>2017-07-24 15:19:21 +0200
commit964224b77fb4361e337d2f679fd4e6ccb2fa33c0 (patch)
tree619ce1a6c0ae10ad9172a57b8b6a8ad07c54d249
parentae40e5f362cb4532340eb2043144ede836d5b9e4 (diff)
parent7560d347da90dad0ff8b13872aeb48de609d3c9f (diff)
downloadredis-964224b77fb4361e337d2f679fd4e6ccb2fa33c0.tar.gz
Merge pull request #4124 from lamby/proceding-proceeding-typo
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");
}
}
}