fix typo
This commit is contained in:
parent
7b150f417e
commit
8fa925d860
@ -196,7 +196,7 @@ int main(int argc, char* argv[]) {
|
|||||||
|
|
||||||
std::string mode(argv[1]);
|
std::string mode(argv[1]);
|
||||||
if (mode != "encode" && mode != "decode") {
|
if (mode != "encode" && mode != "decode") {
|
||||||
fputs("[ERR] Unknow operation!\n", stdout);
|
fputs("[ERR] Unknown operation!\n", stdout);
|
||||||
PrintHelp();
|
PrintHelp();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user