From cc390f200e897a2d7b4bdd1435b3cc8d401ed611 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 27 Jul 2018 16:02:05 +0200 Subject: [PATCH] Fix typo --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a33efb65c..feb8793f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -132,7 +132,7 @@ CC_WIN_64 := x86_64-w64-mingw32-gcc ## To compile win-iconv with mingw clone from here: https://github.com/win-iconv/win-iconv ## -## Then patch the makefile withe the patches from tools/win-iconv-*.diff and run make install +## Then patch the makefile with the patches from tools/win-iconv-*.diff and run make install ## WIN_ICONV_32 := /opt/win-iconv-32