]> git.saurik.com Git - redis.git/commitdiff
Fixed typo.
authorVincent Palmer <shift@someone.section.me>
Thu, 27 May 2010 15:15:09 +0000 (16:15 +0100)
committerVincent Palmer <shift@someone.section.me>
Thu, 27 May 2010 15:15:09 +0000 (16:15 +0100)
redis.c

diff --git a/redis.c b/redis.c
index 2d50999591c8bc1b898b9969beec6518c05293ef..33db9a1ac756cb66a9ac08305380fa96e7cc4431 100644 (file)
--- 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;