Merge pull request #2604 from stuiterveer/envelope

Fix typo from envelop to envelope
This commit is contained in:
Iceman 2024-10-31 14:58:18 +01:00 committed by GitHub
commit c4c9ce2878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3384,9 +3384,9 @@ static int envelope_square(const int *in, int *out, size_t len) {
static int CmdEnvelope(const char *Cmd) { static int CmdEnvelope(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "data envelop", CLIParserInit(&ctx, "data envelope",
"Create an square envelop of the samples", "Create an square envelope of the samples",
"data envelop" "data envelope"
); );
void *argtable[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,