From ca3f830b32a0a8303a5a761d6212925d9b5ac365 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Thu, 27 May 2010 16:15:09 +0100 Subject: [PATCH] Fixed typo. --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index 2d5099959..33db9a1ac 100644 --- a/redis.c +++ b/redis.c @@ -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. */ static void touchWatchedKey(redisDb *db, robj *key) { list *clients;