Fix name of mispelled function.

This commit is contained in:
antirez 2016-10-06 17:10:47 +02:00
parent 152c1b6802
commit 799208de85

View File

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