src/rdb.c: Correct "whenver" -> "whenever" typo.

This commit is contained in:
Chris Lamb 2016-12-01 12:10:14 +00:00 committed by Salvatore Sanfilippo
parent ff1d548738
commit 6eb0c52d4c

View File

@ -1939,7 +1939,7 @@ void bgsaveCommand(client *c) {
} else {
addReplyError(c,
"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.");
}
} else if (rdbSaveBackground(server.rdb_filename,NULL) == C_OK) {