From 8dd64805b946ccb5759c025c1921eb61ffb690a6 Mon Sep 17 00:00:00 2001
From: Olly Betts
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.
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.