mingw: fix a typo in the msysGit-specific section

The msysGit project (i.e. Git for Windows 1.x' SDK) is safely dead for *years* already. This is probably the reason why nobody caught this typo until Carlo Arenas spotted a copy-edited version of it nearby. It is probably about time to rip out the remainders of msysGit/MSys1 support, but that can safely wait a bit longer, and we can at least fix the typo for now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Jun 19, 2019 at 14:05 UTC 6a1ce2ed3a70171e57c65413b3e75f3a5959eb6f
1 file changed +1 -1
config.mak.uname
+1 -1
@@ -571,7 +571,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
571 INTERNAL_QSORT = YesPlease
572 HAVE_LIBCHARSET_H = YesPlease
573 NO_GETTEXT = YesPlease
574 - COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
574 + COMPAT_CFLAGS += -D__USE_MINGW_ACCESS
575 else
576 ifneq ($(shell expr "$(uname_R)" : '1\.'),2)
577 # MSys2