From 466ce01e2e369697ca46a8565ce2d98fcbba0499 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 18 Jul 2004 15:09:28 +0000 Subject: [PATCH] Spelling. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c20fe91f7..844ebf7c6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ # For MinGW I use my very own Makefile system. So just copy them over # to Makefile for convenience's sake. if gcc -v 2>&1 | grep -i mingw > /dev/null 2> /dev/null; then - echo Detected MinGW. Will copy the Makefile,mingw to Makefile and + echo Detected MinGW. Will copy the Makefile.mingw to Makefile and echo make some adjustments. echo ''