From: Jérôme Benoit <jerome.benoit@piment-noir.org>
Date: Thu, 31 Oct 2019 20:49:01 +0000 (+0100)
Subject: Spell fix.
X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=HEAD;p=Project_algorithmic_C.git

Spell fix.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
---

diff --git a/Makefile b/Makefile
index 639170d..eed8855 100644
--- 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