Scilab: small typo fix
This commit is contained in:
parent
111c1eb538
commit
2ea501d488
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace swig
|
|||
{
|
||||
if (traits_as_sequence<T>::get(_seq, &_piSeqAddr) != SWIG_OK)
|
||||
{
|
||||
throw std::invalid_argument("Cannot getl sequence data.");
|
||||
throw std::invalid_argument("Cannot get sequence data.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue