From 676a6a4d194eb1397b4880603bce210e3676a65c Mon Sep 17 00:00:00 2001 From: Ramon Snir Date: Tue, 26 Apr 2016 22:34:41 +0300 Subject: [PATCH] tiny typo in Redis Modules API documentation --- src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.c b/src/module.c index 43a914a9c..c80876d46 100644 --- a/src/module.c +++ b/src/module.c @@ -904,7 +904,7 @@ int RM_StringSet(RedisModuleKey *key, RedisModuleString *str) { * The 'mode' is composed by bitwise OR-ing the following flags: * * REDISMODULE_READ -- Read access - * REDISMODULE_WRITE -- WRite access + * REDISMODULE_WRITE -- Write access * * If the DMA is not requested for writing, the pointer returned should * only be accessed in a read-only fashion.