From 8599b1abd78c655e650442d7ac0f89a844f36e01 Mon Sep 17 00:00:00 2001 From: dongheejeong Date: Sun, 16 Feb 2020 20:31:43 +0000 Subject: [PATCH] Fix typo in server.c --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index 22c81070c..edef7097d 100644 --- a/src/server.c +++ b/src/server.c @@ -1264,7 +1264,7 @@ dictType objectKeyHeapPointerValueDictType = { dictVanillaFree /* val destructor */ }; -/* Set dictionary type. Keys are SDS strings, values are ot used. */ +/* Set dictionary type. Keys are SDS strings, values are not used. */ dictType setDictType = { dictSdsHash, /* hash function */ NULL, /* key dup */