Commit 7560d347 authored by Chris Lamb's avatar Chris Lamb
Browse files

Correct proceding -> proceeding typo.

parent b80e4670
......@@ -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");
}
}
}
......
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