summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-10-02 13:25:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-10-02 13:25:29 (GMT)
commit018af8901fff3a5f0ca3f145dd6cb78231bb82ac (patch)
treea0bbe81d6a5dad264f89b76650499708c9e6942b /doc
parente82240baa7dd6dd1c2067bc0c05f6820219a842e (diff)
downloadmxe-018af8901fff3a5f0ca3f145dd6cb78231bb82ac.zip
mxe-018af8901fff3a5f0ca3f145dd6cb78231bb82ac.tar.gz
mxe-018af8901fff3a5f0ca3f145dd6cb78231bb82ac.tar.bz2
spelling corrections
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 5474581..815c016 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -839,7 +839,7 @@ sudo gcc_select gcc40</pre>
<p>
BTW, we're always curious about the applications people are porting.
- We maintain is a
+ We maintain a
<a href="#used-by">list of projects</a>
which use mingw-cross-env.
No matter whether your project is free or proprietary
@@ -885,7 +885,7 @@ sudo gcc_select gcc40</pre>
The easiest way to get the dependencies right
is to start with a minimal setup.
That is,
- initialize mingw-corss-env with <code>make gcc</code> only.
+ initialize mingw-cross-env with <code>make gcc</code> only.
</p>
<p>
@@ -898,7 +898,7 @@ sudo gcc_select gcc40</pre>
<p>
Write your <code>$(PKG)_BUILD</code>.
If your library has a <code>./configure</code> script,
- enable/disable all depdency libraries explicitly
+ enable/disable all dependency libraries explicitly
via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
</p>
</li>
@@ -983,7 +983,7 @@ https://...</pre>
<li>
<p>
- Check that you don't have "dirty stuf" in your <code>*.mk</code> files,
+ Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
such as TAB characters or trailing spaces at lines endings.
Have a look at random <code>*.mk</code> files
to get a feeling for the coding style.