"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

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