From a370673028e65ade92a538b5862b9e98719b769e Mon Sep 17 00:00:00 2001 From: stuiterveer Date: Thu, 31 Oct 2024 13:15:53 +0100 Subject: [PATCH] Fix typo from envelop to envelope --- client/src/cmddata.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmddata.c b/client/src/cmddata.c index 35573b88a..407f003f8 100644 --- a/client/src/cmddata.c +++ b/client/src/cmddata.c @@ -3384,9 +3384,9 @@ static int envelope_square(const int *in, int *out, size_t len) { static int CmdEnvelope(const char *Cmd) { CLIParserContext *ctx; - CLIParserInit(&ctx, "data envelop", - "Create an square envelop of the samples", - "data envelop" + CLIParserInit(&ctx, "data envelope", + "Create an square envelope of the samples", + "data envelope" ); void *argtable[] = { arg_param_begin,