From a9359f841ecad7f38837489e8982da762829785c Mon Sep 17 00:00:00 2001 From: xjp Date: Tue, 18 Dec 2018 17:31:44 +0800 Subject: [PATCH] Fixed REDISMODULE_H spell bug --- src/redismodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redismodule.h b/src/redismodule.h index d18c38881..40705c2a3 100644 --- a/src/redismodule.h +++ b/src/redismodule.h @@ -506,4 +506,4 @@ static int RedisModule_Init(RedisModuleCtx *ctx, const char *name, int ver, int #define RedisModuleString robj #endif /* REDISMODULE_CORE */ -#endif /* REDISMOUDLE_H */ +#endif /* REDISMODULE_H */