From 2860e28bd59905d06345d28f9e2f874aa4030098 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 27 Apr 2023 10:35:22 +1200 Subject: Fix typo: "temporal" which should be "temporary" --- Lib/swigrun.swg | 2 +- Lib/typemaps/implicit.swg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib') 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) diff --git a/Lib/typemaps/implicit.swg b/Lib/typemaps/implicit.swg index 2fc3108e7..5536e0a22 100644 --- a/Lib/typemaps/implicit.swg +++ b/Lib/typemaps/implicit.swg @@ -27,7 +27,7 @@ get(2.0) ==> get(A(2.0)) get(B()) ==> get(A(B())) - and swig will construct an 'A' temporal variable using the + and swig will construct an 'A' temporary variable using the corresponding implicit constructor. -- cgit v1.2.1