summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-03-27 12:54:47 +1300
committerOlly Betts <olly@survex.com>2015-03-27 12:54:47 +1300
commit38a75a22c94830c84c20aebe0a7f36955b476985 (patch)
treecd67c774f7d431ba81d779b4de485a0983630b58
parent01d0ee86e03075fc803d9961a63ad656e92fe694 (diff)
downloadswig-38a75a22c94830c84c20aebe0a7f36955b476985.tar.gz
"suppport" -> "support"
-rw-r--r--RELEASENOTES2
-rw-r--r--Source/Modules/scilab.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index ff1c99821..6af303bc8 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -358,7 +358,7 @@ SWIG-1.3.22 summary:
exceptions into target language exceptions.
- Improved enum support, mapping to built-in Java 1.5 enums and C#
enums or the typesafe enum pattern for these two languages.
-- Python - much better STL suppport and support for std::wstring,
+- Python - much better STL support and support for std::wstring,
wchar_t and FILE *.
- Initial support for Modula3 and Allegro CL.
- 64 bit TCL support.
diff --git a/Source/Modules/scilab.cxx b/Source/Modules/scilab.cxx
index 6d9930431..82389f4cd 100644
--- a/Source/Modules/scilab.cxx
+++ b/Source/Modules/scilab.cxx
@@ -675,7 +675,7 @@ public:
}
}
- /* Create variables for member pointer constants, not suppported by typemaps (like Python wrapper does) */
+ /* Create variables for member pointer constants, not supported by typemaps (like Python wrapper does) */
if (SwigType_type(type) == T_MPOINTER) {
String *wname = Swig_name_wrapper(constantName);
String *str = SwigType_str(type, wname);