From 99bbc65bae12820803676f2b90cac48e8f4256d8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 17 Oct 2017 19:19:37 +0100 Subject: [PATCH] Typo correction in changes file --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8376c0b360c..d18a11bb647 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::_cb_ptr, ie: foobarm(3, a, A.barm_cb_ptr)