aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Allegrocl.html
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-01-08 18:47:40 +1300
committerOlly Betts <olly@survex.com>2013-01-08 18:47:40 +1300
commitf9566ad2df496e3447857962f55cb959dab3ac8a (patch)
tree4471c2d1b914b0a22b0672aaa7aabb6c6bd20316 /Doc/Manual/Allegrocl.html
parent0dd11cdd8daa120f24f196f5dc6b02507f3292ee (diff)
downloadswig-f9566ad2df496e3447857962f55cb959dab3ac8a.tar.gz
Fix assorted typos.
From https://sourceforge.net/p/swig/patches/332/ and some others too.
Diffstat (limited to 'Doc/Manual/Allegrocl.html')
-rw-r--r--Doc/Manual/Allegrocl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Allegrocl.html b/Doc/Manual/Allegrocl.html
index 5d00c4cd0..283ff7e2c 100644
--- a/Doc/Manual/Allegrocl.html
+++ b/Doc/Manual/Allegrocl.html
@@ -1118,7 +1118,7 @@ namespace BAR {
function that returns an object (or pointer/reference) of C/C++
type <tt>X</tt>, the wrapping defun (or defmethod) on the Lisp
side will automatically wrap the pointer returned in an instance
- of the apropriate class. This makes it much easier to write and
+ of the appropriate class. This makes it much easier to write and
debug code than if pointers were passed around as a jumble of
integer values.
</p>