Trivial to typo in error message text
This commit is contained in:
parent
a0c4c071ed
commit
42bcda4933
|
@ -289,7 +289,7 @@ int main(int argc, char **argv, char **envp)
|
|||
|
||||
int main(int argc, char **argv, char **envp)
|
||||
{
|
||||
fprintf(stderr, "ERROR: This tool is only available under Cywgin\n");
|
||||
fprintf(stderr, "ERROR: This tool is only available under Cygwin\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue