From 586b4d3e2a35e44f0120923c6ed364a0fdc91469 Mon Sep 17 00:00:00 2001 From: wangshaonan Date: Wed, 21 Dec 2016 20:28:27 +0800 Subject: [PATCH] Fix typo they->the in helloworld.c --- 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..830b27d6a 100644 --- a/src/modules/helloworld.c +++ b/src/modules/helloworld.c @@ -346,7 +346,7 @@ int HelloToggleCase_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, /* HELLO.MORE.EXPIRE key milliseconds. * - * If they key has already an associated TTL, extends it by "milliseconds" + * If the key has already an associated TTL, extends it by "milliseconds" * milliseconds. Otherwise no operation is performed. */ int HelloMoreExpire_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { RedisModule_AutoMemory(ctx); /* Use automatic memory management. */