Fix comment typo
diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx
index 58b61c9..55f1e38 100644
--- a/Source/Modules/python.cxx
+++ b/Source/Modules/python.cxx
@@ -499,7 +499,7 @@
 	  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);