Fixed typo.

This commit is contained in:
Vincent Palmer 2010-05-27 16:15:09 +01:00
parent 4ea93ad3ac
commit ca3f830b32

View File

@ -10469,7 +10469,7 @@ static void unwatchAllKeys(redisClient *c) {
} }
} }
/* "Touch" a key, so that if this key is being WATCHed by soem client the /* "Touch" a key, so that if this key is being WATCHed by some client the
* next EXEC will fail. */ * next EXEC will fail. */
static void touchWatchedKey(redisDb *db, robj *key) { static void touchWatchedKey(redisDb *db, robj *key) {
list *clients; list *clients;