summaryrefslogtreecommitdiff
path: root/src/modules/hellotype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hellotype.c')
-rw-r--r--src/modules/hellotype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hellotype.c b/src/modules/hellotype.c
index 4f2d1d730..4a251f888 100644
--- a/src/modules/hellotype.c
+++ b/src/modules/hellotype.c
@@ -229,7 +229,7 @@ void HelloBlock_FreeData(RedisModuleCtx *ctx, void *privdata) {
RedisModule_Free(privdata);
}
-/* HELLOTYPE.BRANGE key first count timeout -- This is a blocking verison of
+/* HELLOTYPE.BRANGE key first count timeout -- This is a blocking version of
* the RANGE operation, in order to show how to use the API
* RedisModule_BlockClientOnKeys(). */
int HelloTypeBRange_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {