mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
Trivial to typo in error message text
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user