X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/179e54d2a9c6545d6f102bf9a3f9506175639743..c6bf4a003453a273c9d95a1dddd9e0dba274811b:/src/networking.c diff --git a/src/networking.c b/src/networking.c index 406d1cde..75f6cf22 100644 --- a/src/networking.c +++ b/src/networking.c @@ -618,7 +618,7 @@ void freeClient(redisClient *c) { /* We lost connection with our master, force our slaves to resync * with us as well to load the new data set. * - * If server.masterhost is NULL te user called SLAVEOF NO ONE so + * If server.masterhost is NULL the user called SLAVEOF NO ONE so * slave resync is not needed. */ if (server.masterhost != NULL) disconnectSlaves(); }