summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-01-14 11:04:09 +1300
committerOlly Betts <olly@survex.com>2015-01-14 11:04:09 +1300
commitaa5d916e4d2ea5344c2a9a2126daa0a5710213c7 (patch)
treefe902af171d4e05c4815eed6a628cc3c15885957
parenta98bda01cbce175a45d94047aef2ac2ca82c3033 (diff)
downloadswig-aa5d916e4d2ea5344c2a9a2126daa0a5710213c7.tar.gz
Fix typo
-rw-r--r--Doc/Manual/Ruby.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html
index 1b1cfe6a5..e78447b92 100644
--- a/Doc/Manual/Ruby.html
+++ b/Doc/Manual/Ruby.html
@@ -5357,7 +5357,7 @@ used for callbacks, for example. </p>
<p>To solve the problem, SWIG can now generate code with director
functions containing the optional macros SWIG_INIT_STACK and
SWIG_RELEASE_STACK. These macros will try to force Ruby to
-reinitiliaze the beginning of the stack the first time a
+reinitialize the beginning of the stack the first time a
director
function is called. This will lead Ruby to measure and not
collect any VALUE objects defined from that point on. </p>