Commit 964224b7 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #4124 from lamby/proceding-proceeding-typo

Correct proceding -> proceeding typo.
parents ae40e5f3 7560d347
...@@ -194,7 +194,7 @@ int redis_check_aof_main(int argc, char **argv) { ...@@ -194,7 +194,7 @@ int redis_check_aof_main(int argc, char **argv) {
printf("RDB preamble of AOF file is not sane, aborting.\n"); printf("RDB preamble of AOF file is not sane, aborting.\n");
exit(1); exit(1);
} else { } else {
printf("RDB preamble is OK, proceding with AOF tail...\n"); printf("RDB preamble is OK, proceeding with AOF tail...\n");
} }
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment