diff options
author | Even Rouault <even.rouault@spatialys.com> | 2021-04-20 11:23:58 +0200 |
---|---|---|
committer | Olly Betts <ojwbetts@gmail.com> | 2021-04-21 15:49:15 +1200 |
commit | abda4caeae1a18d07a5f5ab394a42e90470430bf (patch) | |
tree | 7aabc58369a7bdc461267e60dc578f9a6a4fe49a /Lib | |
parent | 1d617c2b9bc945dee5023fee6bd2175ffab42b0a (diff) | |
download | swig-abda4caeae1a18d07a5f5ab394a42e90470430bf.tar.gz |
swigrun.swg: fix typo
Spotted by lintian QA tool used by Debian packaging
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/swigrun.swg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/swigrun.swg b/Lib/swigrun.swg index 59118ecad..5f3159916 100644 --- a/Lib/swigrun.swg +++ b/Lib/swigrun.swg @@ -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); |