]> git.saurik.com Git - redis.git/commitdiff
fix a typo in redis.h line 595 comment
authorRunzhen Wang <sea11274@mail.ustc.edu.cn>
Wed, 31 Oct 2012 18:14:22 +0000 (02:14 +0800)
committerRunzhen Wang <sea11274@mail.ustc.edu.cn>
Wed, 31 Oct 2012 18:14:22 +0000 (02:14 +0800)
src/redis.h

index 5e8df14605e3bf8577e2bdc8bdf2fb28b1b4b91f..5b1dc1de5e6d575a373c8c67a77c4a0d6cc26917 100644 (file)
@@ -592,7 +592,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;