mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix typo from envelop to envelope
This commit is contained in:
parent
59b6c0353d
commit
a370673028
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue