From 42367f2348847b64f7152ba65806bef9e6ceee6c Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Tue, 8 Mar 2005 22:08:37 +0000
Subject: [PATCH] Corrected exception specification terminology
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7054 626c5289-ae23-0410-ae9c-e8d60b6d4f22
---
SWIG/Doc/Manual/SWIGPlus.html | 6 +++---
SWIG/Doc/Manual/Typemaps.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/SWIG/Doc/Manual/SWIGPlus.html b/SWIG/Doc/Manual/SWIGPlus.html
index e7f915149..418cdbf06 100644
--- a/SWIG/Doc/Manual/SWIGPlus.html
+++ b/SWIG/Doc/Manual/SWIGPlus.html
@@ -44,7 +44,7 @@
Class extension
Templates
Namespaces
-Exception specifiers
+Exception specifications
Pointers to Members
Smart pointers and operator->()
Using declarations and inheritance
@@ -3584,7 +3584,7 @@ more advanced namespace support.
-6.20 Exception specifiers
+6.20 Exception specifications
@@ -3627,7 +3627,7 @@ Obviously, the exact details of how exceptions are handled depend on the target
-Since exception specifiers are sometimes only used sparingly, this alone may not be enough to
+Since exception specifications are sometimes only used sparingly, this alone may not be enough to
properly handle C++ exceptions. To do that, a different set of special SWIG directives are used.
Consult the "Customization features" chapter for details.
diff --git a/SWIG/Doc/Manual/Typemaps.html b/SWIG/Doc/Manual/Typemaps.html
index 87183b032..825d6942c 100644
--- a/SWIG/Doc/Manual/Typemaps.html
+++ b/SWIG/Doc/Manual/Typemaps.html
@@ -506,7 +506,7 @@ int foo(int x, double y, char *s);
-- Handling of C++ exception specifiers. ("throw" typemap).
+- Handling of C++ exception specifications. ("throw" typemap).