From: Salvatore Sanfilippo Date: Fri, 2 Nov 2012 11:10:47 +0000 (-0700) Subject: Merge pull request #741 from Run/typo X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/06851a93de54c4d9bb0a6c52234ef5bb3db07d96?hp=05d8e2c938e3b06efe3573deb97adb767550becc Merge pull request #741 from Run/typo fix a typo in redis.h line 595 comment --- diff --git a/src/redis.h b/src/redis.h index 811afaa1..9f6c0406 100644 --- a/src/redis.h +++ b/src/redis.h @@ -593,7 +593,7 @@ typedef struct { struct redisServer { /* General */ redisDb *db; - dict *commands; /* Command table hahs table */ + dict *commands; /* Command table hash table */ aeEventLoop *el; unsigned lruclock:22; /* Clock incrementing every minute, for LRU */ unsigned lruclock_padding:10;