Spell fix. master
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 31 Oct 2019 20:49:01 +0000 (21:49 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 31 Oct 2019 20:49:01 +0000 (21:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Makefile

index 639170dc0b18da7ff2f3f1715f6d0c1360ce3086..eed8855cbb7e7d2778d78ba41129e0223b0c15da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ POSTCOMPILE = mv -f $(DEPDIR)/$(notdir $*).Td $(DEPDIR)/$(notdir $*).d
 ifeq ($(findstring CYGWIN_NT,$(UNAME)),CYGWIN_NT)
 CYGWIN_DLIBRARY_NAME := $(subst lib,cyg,$(LIBRARY_NAME))
 GOLD_SUPPORT = no
-# Cygwin ncurses do not contain tinfo
+# Cygwin ncurses does not contain tinfo
 LDLIBS := $(filter-out -ltinfo,$(LDLIBS))
 BINARY_SUFFIX := .exe
 DLIB_SUFFIX := .dll