Skip to content

Commit

Permalink
typo-fixes
Browse files Browse the repository at this point in the history
typo-fixes
  • Loading branch information
zhumoing committed May 21, 2019
1 parent fd0ee46 commit 5f46c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expire.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ void expireSlaveKeys(void) {
else
dictDelete(slaveKeysWithExpire,keyname);

/* Stop conditions: found 3 keys we cna't expire in a row or
/* Stop conditions: found 3 keys we can't expire in a row or
* time limit was reached. */
cycles++;
if (noexpire > 3) break;
Expand Down

0 comments on commit 5f46c9d

Please sign in to comment.