Trivial to typo in error message text

This commit is contained in:
Gregory Nutt 2016-01-11 08:10:08 -06:00
parent a0c4c071ed
commit 42bcda4933
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ int main(int argc, char **argv, char **envp)
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; return EXIT_FAILURE;
} }