summaryrefslogtreecommitdiff
path: root/Lib/swigrun.swg
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-04-27 10:35:22 +1200
committerOlly Betts <olly@survex.com>2023-04-27 10:35:22 +1200
commit2860e28bd59905d06345d28f9e2f874aa4030098 (patch)
tree1fb64e2b12ee9c59727718903831742dc39f1f17 /Lib/swigrun.swg
parent1f5ff2e6a585d0b5dca501945fabfeb48b1bf547 (diff)
downloadswig-2860e28bd59905d06345d28f9e2f874aa4030098.tar.gz
Fix typo: "temporal" which should be "temporary"
Diffstat (limited to 'Lib/swigrun.swg')
-rw-r--r--Lib/swigrun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/swigrun.swg b/Lib/swigrun.swg
index f632c4cb6..824185c02 100644
--- a/Lib/swigrun.swg
+++ b/Lib/swigrun.swg
@@ -145,7 +145,7 @@
#define SWIG_CASTRANKLIMIT (1 << 8)
/* The NewMask denotes the object was created (using new/malloc) */
#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
-/* The TmpMask is for in/out typemaps that use temporal objects */
+/* The TmpMask is for in/out typemaps that use temporary objects */
#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
/* Simple returning values */
#define SWIG_BADOBJ (SWIG_ERROR)