From 5f46c9d823f4701fb5c2e4f93174ad080e1da55f Mon Sep 17 00:00:00 2001 From: zhumoing <34539422+zhumoing@users.noreply.github.com> Date: Tue, 21 May 2019 21:16:50 +0800 Subject: [PATCH] typo-fixes typo-fixes --- src/expire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expire.c b/src/expire.c index 0b92ee3fe981..8f8adc7e301e 100644 --- a/src/expire.c +++ b/src/expire.c @@ -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;