Fix typo in DEBUG REPLYBUFFER RESIZING comment

This command is related with reply buffer, not replay buffer

Co-authored-by: Shogo Hayashi <hayshogo@amazon.co.jp>
This commit is contained in:
Shogo Hayashi 2022-09-06 14:40:37 +09:00 committed by GitHub
parent e42d98ed27
commit e764e2a627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);