summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index b2961d3..85fd9b7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -141,13 +141,13 @@
statically linked into one big executable:
use MXE_TARGET x86_64-w64-mingw32.static;</li>
<li>if you want a 64 bit Windows executable,
- splitted in an executable and dependant dlls
+ split into an executable and dependant dlls
use MXE_TARGET x86_64-w64-mingw32.shared;</li>
<li>if you want a 32 bit Windows executable,
statically linked into one big executable:
use MXE_TARGET i686-w64-mingw32.static;</li>
<li>if you want a 32 bit Windows executable,
- splitted in an executable and dependant dlls
+ split into an executable and dependant dlls
use MXE_TARGET i686-w64-mingw32.shared.</li>
</ol>
Remark: the 'w64-mingw32' in those names are left-overs from