mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Spelling in errors.
This commit is contained in:
parent
c36cb54340
commit
bdd3fb85d6
1 changed files with 1 additions and 1 deletions
2
external/miniupnpc/minihttptestserver.c
vendored
2
external/miniupnpc/minihttptestserver.c
vendored
|
@ -517,7 +517,7 @@ int main(int argc, char * * argv) {
|
|||
fprintf(stderr, "unknown command line switch '%s'\n", argv[i]);
|
||||
}
|
||||
} else {
|
||||
fprintf(stderr, "unkown command line argument '%s'\n", argv[i]);
|
||||
fprintf(stderr, "unknown command line argument '%s'\n", argv[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue