From eea1407e8cb53dc13b481d92c19c9ec3ccc24a70 Mon Sep 17 00:00:00 2001 From: Liao Tonglang Date: Fri, 31 May 2019 10:16:18 +0800 Subject: [PATCH] typo fix fix cna't to can't --- src/expire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expire.c b/src/expire.c index 0b92ee3fe..8f8adc7e3 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;