diff --git a/redis.c b/redis.c index 2d509995..33db9a1a 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;