summaryrefslogtreecommitdiff
path: root/Source
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 /Source
parent1f5ff2e6a585d0b5dca501945fabfeb48b1bf547 (diff)
downloadswig-2860e28bd59905d06345d28f9e2f874aa4030098.tar.gz
Fix typo: "temporal" which should be "temporary"
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/lua.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/lua.cxx b/Source/Modules/lua.cxx
index 96e5706ed..5b61e5ca9 100644
--- a/Source/Modules/lua.cxx
+++ b/Source/Modules/lua.cxx
@@ -1274,7 +1274,7 @@ public:
SwigType *t = Copy(Getattr(n, "name"));
SwigType *fr_t = SwigType_typedef_resolve_all(t); /* Create fully resolved type */
SwigType *t_tmp = 0;
- t_tmp = SwigType_typedef_qualified(fr_t); // Temporal variable
+ t_tmp = SwigType_typedef_qualified(fr_t); // Temporary variable
Delete(fr_t);
fr_t = SwigType_strip_qualifiers(t_tmp);
String *mangled_fr_t = 0;