Scilab: small typo fix

This commit is contained in:
Simon Marchetto 2013-07-22 17:39:25 +02:00
commit 2ea501d488

View file

@ -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.");
}
}