mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
Correct proceding -> proceeding typo.
This commit is contained in:
parent
b80e467023
commit
7560d347da
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user