# HG changeset patch # User Mike Becker # Date 1758750641 -7200 # Node ID 4ec83232975fe4dbcbf6cd1d180ba572a271e51e # Parent ff077f793c5d99e4bd1bfaed4f145d09dafb9f8e fix typo in CHANGELOG diff -r ff077f793c5d -r 4ec83232975f CHANGELOG --- a/CHANGELOG Wed Sep 24 23:50:15 2025 +0200 +++ b/CHANGELOG Wed Sep 24 23:50:41 2025 +0200 @@ -19,7 +19,7 @@ * improves performance of the CxList array list implementation * changes cx_str() and cx_mutstr() to allow NULL strings * changes cx_strcast() to also accept C-strings as input - * changes grow strategy for the mempory pool to reduce reallocations + * changes grow strategy for the memory pool to reduce reallocations * changes grow strategy for CxBuffer, which does now take the page size into account * changes the implementation of cx_strreplacen() for improved efficiency * changes all cxListIterator() and cxMapIterator() family of functions to also accept NULL as argument