"suppport" -> "support"

This commit is contained in:
Olly Betts 2015-03-27 12:54:47 +13:00
commit 38a75a22c9
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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);