Fix typos
This commit is contained in:
parent
b415f566a0
commit
40c3bf30b2
10 changed files with 13 additions and 13 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* This case might happen for two different reasons:
|
||||
* 1) Importing a module for which the .i file is in a subdirectory relatively
|
||||
* to this file (this is tested here with go_subdir_import_c).
|
||||
* 2) Importing a module whos module name is a path (this is tested here with
|
||||
* 2) Importing a module whose module name is a path (this is tested here with
|
||||
* go_subdir_import_b).
|
||||
*
|
||||
* This file is the "root" file that imports the two modules which will be
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ test_const_pointer(cobj)
|
|||
-- swig doesn't appear to diff between const object ptrs & object ptrs very well
|
||||
test_pointer(cobj) -- this wants an non const object (give it a const one!)
|
||||
|
||||
-- refs are also wrappered as ptrs (unless the correct typemaps are applied)
|
||||
-- refs are also wrapped as ptrs (unless the correct typemaps are applied)
|
||||
robj=test_reference_out()
|
||||
assert(is_std_string(robj) and robj:c_str()=="test_reference_out message") -- check type & value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue