Misc. typo and whitespace fixes

Found via `codespell -q 3 -L "uint,bae,objext,cmo,goin,struc,ois,upto"`
whitespaces were unintentionally fixed due to my editors settings.

Rebased patch #1327
This commit is contained in:
luz.paz 2018-09-15 08:26:20 -04:00 committed by William S Fulton
commit ed28e7cbe2
8 changed files with 32 additions and 32 deletions

View file

@ -415,7 +415,7 @@ public:
threads = 1;
Swig_mark_arg(i);
} else if (strcmp(argv[i], "-nothreads") == 0) {
/* Turn off thread suppor mode */
/* Turn off thread support mode */
nothreads = 1;
Swig_mark_arg(i);
} else if (strcmp(argv[i], "-safecstrings") == 0) {