From 35fc7fda7aac1699cf6f7ba902cf414d07c1cd3b Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Thu, 24 Dec 2020 03:42:52 -0500 Subject: [PATCH] Typo: timout -> timeout (#8228) --- src/networking.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/networking.c b/src/networking.c index 8fee298c6..ef1210b99 100644 --- a/src/networking.c +++ b/src/networking.c @@ -856,7 +856,7 @@ void addReplySubcommandSyntaxError(client *c) { sdsfree(cmd); } -/* Append 'src' client output buffers into 'dst' client output buffers. +/* Append 'src' client output buffers into 'dst' client output buffers. * This function clears the output buffers of 'src' */ void AddReplyFromClient(client *dst, client *src) { /* If the source client contains a partial response due to client output @@ -2380,7 +2380,7 @@ void clientCommand(client *c) { "LIST [options ...] -- Return information about client connections. Options:", " TYPE (normal|master|replica|pubsub) -- Return clients of specified type.", " ID id [id ...] -- Return clients of specified IDs only.", -"PAUSE -- Suspend all Redis clients for milliseconds.", +"PAUSE -- Suspend all Redis clients for milliseconds.", "REPLY (on|off|skip) -- Control the replies sent to the current connection.", "SETNAME -- Assign the name to the current connection.", "UNBLOCK [TIMEOUT|ERROR] -- Unblock the specified blocked client.",