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:
parent
ad7b591d24
commit
ed28e7cbe2
8 changed files with 32 additions and 32 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue