Spelling fix

This commit is contained in:
William S Fulton 2014-10-21 07:55:07 +01:00
commit 3dcc501ac0
9 changed files with 20 additions and 20 deletions

View file

@ -2043,7 +2043,7 @@ int Language::classDirectorConstructors(Node *n) {
needed, since there is a public constructor already defined.
(scottm) This code is needed here to make the director_abstract +
test generate compileable code (Example2 in director_abastract.i).
test generate compilable code (Example2 in director_abastract.i).
(mmatus) This is very strange, since swig compiled with gcc3.2.3
doesn't need it here....