aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornepochal <development@mischolz.de>2016-02-25 11:54:54 +0100
committernepochal <development@mischolz.de>2016-02-25 11:54:54 +0100
commit76cecad084f493a75a7dde705d73fe76d9301f96 (patch)
treea4f04f6a471cf55f15cbfd9dc3075f02dd9a3a18
parentMerge pull request #308 from Anarky/master (diff)
downloadredshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.gz
redshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.bz2
redshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.xz
Fixed typo in the host parameter for cross compiling 32-bit builds
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 34c0909..c41b0e3 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -154,7 +154,7 @@ Cross-compile for Windows
-------------------------
Install MinGW and run `configure` using the following command line. Use
-`i686-w64-migw32` as host for 32-bit builds.
+`i686-w64-mingw32` as host for 32-bit builds.
``` shell
$ ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi \