Skip to content

Commit

Permalink
src/rdb.c: Correct "whenver" -> "whenever" typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby authored and antirez committed Dec 1, 2016
1 parent ff1d548 commit 6eb0c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6eb0c52

Please sign in to comment.