diff --git a/Doc/Manual/Java.html b/Doc/Manual/Java.html index bb7ea047a..c1ce3445b 100644 --- a/Doc/Manual/Java.html +++ b/Doc/Manual/Java.html @@ -756,7 +756,7 @@ extern char *path;
The %immutable directive stays in effect until it is explicitly disabled or cleared using %mutable. -See the Creatng read-only variables section for further details. +See the Creating read-only variables section for further details.
@@ -3637,7 +3637,7 @@ public class FooClass {
-The examples above first use the C JNI calling syntax then the C++ JNI calling syntax. The C++ calling syntax will not compile as C and also visa versa. +The examples above first use the C JNI calling syntax then the C++ JNI calling syntax. The C++ calling syntax will not compile as C and also vice versa. It is however possible to write JNI calls which will compile under both C and C++ and is covered in the Typemaps for both C and C++ compilation section.
@@ -5793,7 +5793,7 @@ The following SWIG interface file allows a Java String array to be used as a The %immutable directive stays in effect until it is explicitly disabled or cleared using %mutable. -See the Creatng read-only variables section for further details. +See the Creating read-only variables section for further details.diff --git a/Doc/Manual/Tcl.html b/Doc/Manual/Tcl.html index 6435d9e68..06e6f58b5 100644 --- a/Doc/Manual/Tcl.html +++ b/Doc/Manual/Tcl.html @@ -770,7 +770,7 @@ extern char *path;
The %immutable directive stays in effect until it is explicitly disabled or cleared using %mutable. -See the Creatng read-only variables section for further details. +See the Creating read-only variables section for further details.