Commit ca3f830b authored by Vincent Palmer's avatar Vincent Palmer
Browse files

Fixed typo.

parent 4ea93ad3
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment