From b0f1cdb0129e7767033ca5b06364e56f03c595ce Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Wed, 19 Apr 2017 14:25:18 -0700 Subject: [PATCH] Fix typo --- src/modules/helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/helloworld.c b/src/modules/helloworld.c index 4e30af2a0..77192b606 100644 --- a/src/modules/helloworld.c +++ b/src/modules/helloworld.c @@ -91,7 +91,7 @@ int HelloPushCall_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, in } /* HELLO.PUSH.CALL2 - * This is exaxctly as HELLO.PUSH.CALL, but shows how we can reply to the + * This is exactly as HELLO.PUSH.CALL, but shows how we can reply to the * client using directly a reply object that Call() returned. */ int HelloPushCall2_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {