From f37f13c3ad8e9723442a348209893d30b49739fe Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Fri, 17 Feb 2012 20:12:41 +0100 Subject: [PATCH] Fixed typo in make file generation. --- Makefile | 2 +- tools/dmake.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 837b99aaf..23f1dff11 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifndef HAVE_RULES endif # Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles. -# The _GLIBCXX_DEBUG define doesn't work in cygin or other Win32 systems. +# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems. ifndef COMSPEC ifdef ComSpec #### ComSpec is defined on some WIN32's. diff --git a/tools/dmake.cpp b/tools/dmake.cpp index a03f9e8fc..39df7af19 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -207,7 +207,7 @@ int main(int argc, char **argv) // The _GLIBCXX_DEBUG doesn't work in cygwin or other Win32 systems. fout << "# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.\n" - << "# The _GLIBCXX_DEBUG define doesn't work in cygin or other Win32 systems.\n" + << "# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.\n" << "ifndef COMSPEC\n" << " ifdef ComSpec\n" << " #### ComSpec is defined on some WIN32's.\n"