aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2016-10-15 12:57:30 -0400
committerGitHub <noreply@github.com>2016-10-15 12:57:30 -0400
commit1debd4d4fb18338c42101aa79317bd08c683b3db (patch)
treeb8c13f38e0e8d419d831af47a40bf682f0660c58
parentMerge pull request #383 from jonls/icon-tooltip (diff)
parentFixed typo in the host parameter for cross compiling 32-bit builds (diff)
downloadredshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.gz
redshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.bz2
redshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.xz
Merge pull request #320 from Nepochal/typo
Fixed typo in HACKING.md 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 \