Fix comment typo

This commit is contained in:
Olly Betts 2017-10-13 18:35:51 +13:00
commit 91f9eab2d8

View file

@ -499,7 +499,7 @@ public:
no_header_file = 1;
Swig_mark_arg(i);
} else if ((strcmp(argv[i], "-new_vwm") == 0) || (strcmp(argv[i], "-newvwm") == 0)) {
/* Turn on new value wrapper mpde */
/* Turn on new value wrapper mode */
Swig_value_wrapper_mode(1);
no_header_file = 1;
Swig_mark_arg(i);