]> git.saurik.com Git - redis.git/commitdiff
Merge pull request #741 from Run/typo
authorSalvatore Sanfilippo <antirez@gmail.com>
Fri, 2 Nov 2012 11:10:47 +0000 (04:10 -0700)
committerSalvatore Sanfilippo <antirez@gmail.com>
Fri, 2 Nov 2012 11:10:47 +0000 (04:10 -0700)
fix a typo in redis.h line 595 comment

src/redis.h

index 811afaa199e84c5f339e84dcbf2c665c2e77ee96..9f6c04064987277e59ce0ddff99e9dd4ccc5d27a 100644 (file)
@@ -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;