From abda4caeae1a18d07a5f5ab394a42e90470430bf Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 20 Apr 2021 11:23:58 +0200 Subject: [PATCH] swigrun.swg: fix typo Spotted by lintian QA tool used by Debian packaging --- Lib/swigrun.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);