From 8dd64805b946ccb5759c025c1921eb61ffb690a6 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 20 Apr 2007 01:22:46 +0000 Subject: [PATCH] Fix a couple of repeated typos: "Creatng" -> "Creating" "visa versa" -> "vice versa" git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9685 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Java.html | 6 +++--- Doc/Manual/Perl5.html | 2 +- Doc/Manual/Tcl.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.