summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
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;