Typo correction in changes file
diff --git a/CHANGES b/CHANGES
index 8376c0b..d18a11b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11813,7 +11813,7 @@
            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)