mirror of
https://github.com/redis/redis.git
synced 2026-06-08 16:24:26 -04:00
Merge pull request #4124 from lamby/proceding-proceeding-typo
Correct proceding -> proceeding typo.
This commit is contained in:
commit
964224b77f
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue