Fix typo in server.c

This commit is contained in:
dongheejeong 2020-02-16 20:31:43 +00:00
parent df45fed050
commit 8599b1abd7
1 changed files with 1 additions and 1 deletions

View File

@ -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 */