mirror of https://github.com/redis/redis.git
fix spelling in tracking.c
This commit is contained in:
parent
4126ca466f
commit
1530ec2a6d
|
@ -134,7 +134,7 @@ void enableTracking(client *c, uint64_t redirect_to, uint64_t options, robj **pr
|
||||||
CLIENT_TRACKING_NOLOOP);
|
CLIENT_TRACKING_NOLOOP);
|
||||||
c->client_tracking_redirection = redirect_to;
|
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. */
|
* table if it does not exist. */
|
||||||
if (TrackingTable == NULL) {
|
if (TrackingTable == NULL) {
|
||||||
TrackingTable = raxNew();
|
TrackingTable = raxNew();
|
||||||
|
|
Loading…
Reference in New Issue