aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
committerPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
commitc5e87d104b7342f35459c7513d6b4cefea1e968e (patch)
treeb1e452497894607b5199474897953bf739552904 /nt
parentdf85d31593aab41321a8bac130e1f9c5b678e9d7 (diff)
Spelling fixes.
Diffstat (limited to 'nt')
-rw-r--r--nt/gmake.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 46d4acf76d..a1ff7af853 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -95,7 +95,7 @@ THISDIR = .
ifdef USING_SH
sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2)
sh_output := $(shell echo foo")
-# This single quote " is to fix fintification due to previous line
+# This single quote " is to fix fontification due to previous line
ifeq "$(sh_output)" ""
NEW_CYGWIN = 1
endif
@@ -311,4 +311,3 @@ export XMFLAGS
$(BLD)/%.o: %.c
$(CC) $(CFLAGS) $(CC_OUT)$@ $<
-