mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-15 01:50:40 +01:00
Minor fix
This commit is contained in:
parent
f85adf9760
commit
fda170aa19
@ -257,7 +257,7 @@ static enum Status cmd_set(Parser *ctx)
|
||||
*opt->arg_val.s = value.val.s;
|
||||
break;
|
||||
default:
|
||||
PRINTINTERR("unknowm type: %d", opt->arg_type);
|
||||
PRINTINTERR("unknown type: %d", opt->arg_type);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
@ -420,7 +420,7 @@ int main(int argc, char *argv[])
|
||||
ret = mime(argc, argv);
|
||||
break;
|
||||
default:
|
||||
PRINTINTERR("unknowm mode: %d", ctpv.mode);
|
||||
PRINTINTERR("unknown mode: %d", ctpv.mode);
|
||||
ret = ERR;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user