Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
fix cna't to can't
  • Loading branch information
zltl committed May 31, 2019
1 parent fd0ee46 commit eea1407
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 eea1407

Please sign in to comment.