From 1530ec2a6d42c4024dad88195d78a1fdea03683e Mon Sep 17 00:00:00 2001 From: Daniel Dai <764122422@qq.com> Date: Mon, 27 Jul 2020 00:46:35 -0400 Subject: [PATCH] fix spelling in tracking.c --- src/tracking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracking.c b/src/tracking.c index 2721de32a..3737f6859 100644 --- a/src/tracking.c +++ b/src/tracking.c @@ -134,7 +134,7 @@ void enableTracking(client *c, uint64_t redirect_to, uint64_t options, robj **pr CLIENT_TRACKING_NOLOOP); c->client_tracking_redirection = redirect_to; - /* This may be the first client we ever enable. Crete the tracking + /* This may be the first client we ever enable. Create the tracking * table if it does not exist. */ if (TrackingTable == NULL) { TrackingTable = raxNew();