summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-09 23:42:44 +1300
committerOlly Betts <olly@survex.com>2022-10-11 10:30:33 +1300
commit87a677b8b387db2111b3dc518f4a3da806ebbf80 (patch)
tree40f70d8484195dbc1dc555230843797559fb098d
parent2268d6ee96a380f628169e364711cf38d3db1460 (diff)
downloadswig-87a677b8b387db2111b3dc518f4a3da806ebbf80.tar.gz
Fix doc typos
-rw-r--r--CHANGES.current3
-rw-r--r--Doc/Manual/Lua.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 27caf2c1a..301370780 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -16,7 +16,7 @@ Version 4.1.0 (in progress)
[Python, Ruby] #1811 #1823 Fix invalid code generated in some cases when
returning a pointer or reference to a director-enabled class instance.
This previously only worked in very simple cases, now return types are
- resolved to fix. A bug in template instantations using pointers also
+ resolved to fix. A bug in template instantiations using pointers also
works now.
2022-10-06: wsfulton
@@ -42,6 +42,7 @@ Version 4.1.0 (in progress)
2022-10-05: benjamin-sch
[Python] added an interpreter counter to fix deinitialization
issues if multiple subinterpreters are used
+
2022-10-05: olly, wsfulton
#672 Add support for parsing C++11 final classes such as:
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 1c48a3705..8ea385b49 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -566,7 +566,7 @@ If the <tt>-no-old-metatable-bindings</tt> option is used, then these old-style
</p>
<p>
It is worth mentioning, that <tt>example.Test.TEST1</tt> and <tt>example.Test_TEST1</tt> are different entities and changing one does not change the other.
-Given the fact that these are constantes and they are not supposed to be changed, it is up to you to avoid such issues.
+Given the fact that these are constants and they are not supposed to be changed, it is up to you to avoid such issues.
</p>
<H3><a name="Lua_nn12">29.3.5 Pointers</a></H3>