From 4cba71e89886b5e7810686b6a6b2e18ab13f1fa1 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 29 Mar 2012 09:33:29 +0200 Subject: [PATCH] Fixed typo in comment: "te" -> "the". --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.45.2