aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2012-08-08 09:19:26 +0000
committerSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>2012-08-08 09:19:26 +0000
commit7dac1bc5242424d8c9c5610f782aa19a6e07a934 (patch)
tree207d4c4c0179033079471d66af24911749c33cac /Doc/Manual
parent8a94438c7d69acae840d5abe3fe0c887a8668a21 (diff)
downloadswig-7dac1bc5242424d8c9c5610f782aa19a6e07a934.tar.gz
Fix somes typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13559 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Android.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Android.html b/Doc/Manual/Android.html
index 443d77691..85df94a99 100644
--- a/Doc/Manual/Android.html
+++ b/Doc/Manual/Android.html
@@ -45,7 +45,7 @@ This chapter contains a few Android specific notes and examples.
<p>
-The examples require the the <a href="http://developer.android.com/sdk/index.html">Android SDK</a> and <a href="http://developer.android.com/sdk/ndk/index.html">Android NDK</a> which can be installed as per instructions in the links.
+The examples require the <a href="http://developer.android.com/sdk/index.html">Android SDK</a> and <a href="http://developer.android.com/sdk/ndk/index.html">Android NDK</a> which can be installed as per instructions in the links.
The Eclipse version is not required for these examples as just the command line tools are used (shown for Linux as the host, but Windows will be very similar, if not identical in most places).
Add the SDK tools and NDK tools to your path and create a directory somewhere for your Android projects (adjust PATH as necessary to where you installed the tools):
</p>