summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-10-17 19:19:37 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-10-17 21:55:19 +0100
commit99bbc65bae12820803676f2b90cac48e8f4256d8 (patch)
tree7a63f6ce2313ad5274d80edd437afc0ad8e4be9f /CHANGES
parent3f8b8fe73460d8f1acca6a7d11343bf711e93074 (diff)
downloadswig-99bbc65bae12820803676f2b90cac48e8f4256d8.tar.gz
Typo correction in changes file
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8376c0b36..d18a11bb6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11813,7 +11813,7 @@ Version 1.3.23 (November 11, 2004)
ie, no additional pointer elements are created, and
the original 'foo' and 'A.bar' can be used as parameters.
- In the case of member fucntion however, still you need
+ In the case of member function however, still you need
to use the special variable Class::<fnc_name>_cb_ptr, ie:
foobarm(3, a, A.barm_cb_ptr)