summaryrefslogtreecommitdiff
path: root/Doc/Manual/Extending.html
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-05-25 07:44:02 -0400
committerOlly Betts <ojwbetts@gmail.com>2019-05-28 11:41:22 +1200
commit87695dacb19edf603219580d8b44444be7c2034e (patch)
tree5ee73fb2f4d2ee091378dc73d3fecb54dc47d57e /Doc/Manual/Extending.html
parent9829bdf5b1c0eaae2f7b4941db5d33c35f461a63 (diff)
downloadswig-87695dacb19edf603219580d8b44444be7c2034e.tar.gz
Misc. documentation and source comment typo fixes
Found via `codespell -q 3 -L uint,od,objext,ba,cmo,bae,ans,struc,fo,clos,goin,upto,thru` Revert changes in previous commit
Diffstat (limited to 'Doc/Manual/Extending.html')
-rw-r--r--Doc/Manual/Extending.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html
index b01328380..5a640fbdc 100644
--- a/Doc/Manual/Extending.html
+++ b/Doc/Manual/Extending.html
@@ -3031,7 +3031,7 @@ virtual int functionWrapper(Node *n) {
/* Close the function(error) */
Printv(wrapper-&gt;code, "return ERROR;\n", "}\n", NIL);
- /* final substititions if applicable */
+ /* final substitutions if applicable */
...
/* Dump the function out */