swigrun.swg: fix typo

Spotted by lintian QA tool used by Debian packaging
This commit is contained in:
Even Rouault 2021-04-20 11:23:58 +02:00 committed by Olly Betts
commit abda4caeae

View file

@ -115,7 +115,7 @@
SWIG errors code.
Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
allows to return the 'cast rank', for example, if you have this
allows returning the 'cast rank', for example, if you have this
int food(double)
int fooi(int);