aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \