From e764e2a627ace62f6081076aead9902d4871ca59 Mon Sep 17 00:00:00 2001 From: Shogo Hayashi Date: Tue, 6 Sep 2022 14:40:37 +0900 Subject: [PATCH] Fix typo in DEBUG REPLYBUFFER RESIZING comment This command is related with reply buffer, not replay buffer Co-authored-by: Shogo Hayashi --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 43375c101..9199870ed 100644 --- a/src/debug.c +++ b/src/debug.c @@ -489,7 +489,7 @@ void debugCommand(client *c) { " In case NEVER is provided the last observed peak will never be reset", " In case RESET is provided the peak reset time will be restored to the default value", "REPLYBUFFER RESIZING <0|1>", -" Enable or disable the replay buffer resize cron job", +" Enable or disable the reply buffer resize cron job", NULL }; addReplyHelp(c, help);