From 42bcda4933f58563df4130ca5a2c4a70c48feb95 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Jan 2016 08:10:08 -0600 Subject: [PATCH] Trivial to typo in error message text --- tools/cnvwindeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cnvwindeps.c b/tools/cnvwindeps.c index df4fe7b586..a6e75e4666 100644 --- a/tools/cnvwindeps.c +++ b/tools/cnvwindeps.c @@ -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; }