From 91f9eab2d8236173b4994f4ecc305bb5ca3c13f7 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 13 Oct 2017 18:35:51 +1300 Subject: [PATCH] Fix comment typo --- Source/Modules/python.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx index 58b61c97f..55f1e3888 100644 --- a/Source/Modules/python.cxx +++ b/Source/Modules/python.cxx @@ -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);