fix typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
eca4cc3fae
commit
0c3fe4acae
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
CONVERT_IN( tmp, $*1_ltype, $input );
|
||||
$1 = &tmp;
|
||||
} else {
|
||||
SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Excpeted a reference) );
|
||||
SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Expected a reference) );
|
||||
}
|
||||
}
|
||||
%typemap(argout) TYPE *REF,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue