summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 21:23:08 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-17 07:07:02 +0200
commitf586d920f72aeedd8d4c9504415f4251005ef4bf (patch)
treea6903835191ff04bb8b37db9e7a440ff483bb014 /Doc
parentac9f819f6ed767f763320fc64c79025868b69a1c (diff)
downloadswig-f586d920f72aeedd8d4c9504415f4251005ef4bf.tar.gz
Fix typos
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Doxygen.html2
-rw-r--r--Doc/Manual/Java.html2
-rw-r--r--Doc/Manual/R.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Manual/Doxygen.html b/Doc/Manual/Doxygen.html
index 53238c24d..e7fd4c359 100644
--- a/Doc/Manual/Doxygen.html
+++ b/Doc/Manual/Doxygen.html
@@ -1354,7 +1354,7 @@ Here is the list of all Doxygen tags and the description of how they are transla
</tr>
<tr>
<td>\throws</td>
-<td>replaced wih ':raises:'</td>
+<td>replaced with ':raises:'</td>
</tr>
<tr>
<td>\todo</td>
diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html
index dc403a98c..2591b27b5 100644
--- a/Doc/Manual/Java.html
+++ b/Doc/Manual/Java.html
@@ -9095,7 +9095,7 @@ This method normally calls the C++ destructor or <tt>free()</tt> for C code.
<p>
The generated code can be debugged using both a Java debugger and a C++ debugger using the usual debugging techniques.
Breakpoints can be set in either Java or C++ code and so both can be debugged simultaneously.
-Most debuggers do not understand both Java and C++, with one noteable exception of Sun Studio,
+Most debuggers do not understand both Java and C++, with one notable exception of Sun Studio,
where it is possible to step from Java code into a JNI method within one environment.
</p>
diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html
index e44fe432c..9b05922fd 100644
--- a/Doc/Manual/R.html
+++ b/Doc/Manual/R.html
@@ -196,7 +196,7 @@ slices)
<p>
Wrapping of C++ classes for R works quite well. R has a special
type, known as an external reference, that can be used as a pointer
-to arbitary things, including C++ classes. The proxy layers generated
+to arbitrary things, including C++ classes. The proxy layers generated
for other classes are not required.
</p>
@@ -265,7 +265,7 @@ v2$Axles
[1] 4
v1$Available
[1] FALSE
-# Set availabilty
+# Set availability
v1$Available &lt;- TRUE
v1$Available
[1] TRUE