Fix typo they->the in helloworld.c

This commit is contained in:
wangshaonan 2016-12-21 20:28:27 +08:00
parent 6712bce92c
commit 586b4d3e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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. */