Misc. documentation and source comment typo fixes
Found via `codespell -q 3 -L uint,od,objext,ba,cmo,bae,ans,struc,fo,clos,goin,upto,thru` Revert changes in previous commit
This commit is contained in:
parent
9829bdf5b1
commit
87695dacb1
9 changed files with 10 additions and 10 deletions
|
|
@ -1755,7 +1755,7 @@ public:
|
|||
if (new_value) {
|
||||
value = new_value;
|
||||
} else {
|
||||
// Even if the value is not representable in the target language, still use it in the documentaiton, for compatibility with the previous SWIG versions
|
||||
// Even if the value is not representable in the target language, still use it in the documentation, for compatibility with the previous SWIG versions
|
||||
// and because it can still be useful to see the C++ expression there.
|
||||
Node *lookup = Swig_symbol_clookup(value, 0);
|
||||
if (lookup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue