Commit 4cba71e8 authored by antirez's avatar antirez
Browse files

Fixed typo in comment: "te" -> "the".

parent 179e54d2
...@@ -618,7 +618,7 @@ void freeClient(redisClient *c) { ...@@ -618,7 +618,7 @@ void freeClient(redisClient *c) {
/* We lost connection with our master, force our slaves to resync /* We lost connection with our master, force our slaves to resync
* with us as well to load the new data set. * 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. */ * slave resync is not needed. */
if (server.masterhost != NULL) disconnectSlaves(); if (server.masterhost != NULL) disconnectSlaves();
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment