mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
typo fix
fix cna't to can't
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user