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();