Commit 799208de authored by antirez's avatar antirez
Browse files

Fix name of mispelled function.

parent 152c1b68
...@@ -517,7 +517,7 @@ typedef struct RedisModuleIO { ...@@ -517,7 +517,7 @@ typedef struct RedisModuleIO {
rio *rio; /* Rio stream. */ rio *rio; /* Rio stream. */
moduleType *type; /* Module type doing the operation. */ moduleType *type; /* Module type doing the operation. */
int error; /* True if error condition happened. */ int error; /* True if error condition happened. */
struct RedisModuleCtx *ctx; /* Optional context, via GetIOContext() call. */ struct RedisModuleCtx *ctx; /* Optional context, see RM_GetContextFromIO()*/
} RedisModuleIO; } RedisModuleIO;
#define moduleInitIOContext(iovar,mtype,rioptr) do { \ #define moduleInitIOContext(iovar,mtype,rioptr) do { \
......
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