mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
src/rdb.c: Correct "whenver" -> "whenever" typo.
This commit is contained in:
parent
ff1d548738
commit
6eb0c52d4c
@ -1939,7 +1939,7 @@ void bgsaveCommand(client *c) {
|
|||||||
} else {
|
} else {
|
||||||
addReplyError(c,
|
addReplyError(c,
|
||||||
"An AOF log rewriting in progress: can't BGSAVE right now. "
|
"An AOF log rewriting in progress: can't BGSAVE right now. "
|
||||||
"Use BGSAVE SCHEDULE in order to schedule a BGSAVE whenver "
|
"Use BGSAVE SCHEDULE in order to schedule a BGSAVE whenever "
|
||||||
"possible.");
|
"possible.");
|
||||||
}
|
}
|
||||||
} else if (rdbSaveBackground(server.rdb_filename,NULL) == C_OK) {
|
} else if (rdbSaveBackground(server.rdb_filename,NULL) == C_OK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user