From 36f5119f4bcae81778c5a9e7ee4d47cf66236a00 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 13 Dec 2016 12:21:15 +0100 Subject: [PATCH] Fix created->created typo in expire.c --- src/expire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expire.c b/src/expire.c index 4dd51cfbc..f590237b7 100644 --- a/src/expire.c +++ b/src/expire.c @@ -217,7 +217,7 @@ void activeExpireCycle(int type) { } /*----------------------------------------------------------------------------- - * Expires of keys crated in writable slaves + * Expires of keys created in writable slaves * * Normally slaves do not process expires: they wait the masters to synthesize * DEL operations in order to retain consistency. However writable slaves are