Skip to content

Commit 6a1ce2e

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a6a95cd commit 6a1ce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
571571
INTERNAL_QSORT = YesPlease
572572
HAVE_LIBCHARSET_H = YesPlease
573573
NO_GETTEXT = YesPlease
574-
COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
574+
COMPAT_CFLAGS += -D__USE_MINGW_ACCESS
575575
else
576576
ifneq ($(shell expr "$(uname_R)" : '1\.'),2)
577577
# MSys2

0 commit comments

Comments
 (0)