# HG changeset patch # User Mike Becker # Date 1739305735 -3600 # Node ID b9654414c087e5ea9c4ccf0c80adad2c02b7906d # Parent cfa44f3f5e3b03ce79ba95782c2108c653b6cb15 fix typos in CHANGELOG diff -r cfa44f3f5e3b -r b9654414c087 CHANGELOG --- a/CHANGELOG Tue Feb 11 21:19:20 2025 +0100 +++ b/CHANGELOG Tue Feb 11 21:28:55 2025 +0100 @@ -26,9 +26,9 @@ * changes all functions, for which there is no dedicated xyz_a variant, to accept NULL as allocator argument (in which case a default allocator will be used) * changes the name of destroy functions that actually free the memory to better indicate their behavior - * change cx_strcat variants to allow handling of ENOMEM - * change cx_strcast() to also accept cxstring (and doing nothing in that case) - * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END + * changes cx_strcat variants to allow handling of ENOMEM + * changes cx_strcast() to also accept cxstring (and doing nothing in that case) + * changes the behavior of cxBufferSeek() to allow offset zero for SEEK_END * moves cx_compare_func typedef to compare.h * moves cx_szmul() to common.h * moves stream copy functions to new streams.h diff -r cfa44f3f5e3b -r b9654414c087 docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Tue Feb 11 21:19:20 2025 +0100 +++ b/docs/Writerside/topics/about.md Tue Feb 11 21:28:55 2025 +0100 @@ -53,9 +53,9 @@ * changes all functions, for which there is no dedicated xyz_a variant, to accept NULL as allocator argument (in which case a default allocator will be used) * changes the name of destroy functions that actually free the memory to better indicate their behavior -* change cx_strcat variants to allow handling of ENOMEM -* change cx_strcast() to also accept cxstring (and doing nothing in that case) -* change the behavior of cxBufferSeek() to allow offset zero for SEEK_END +* changes cx_strcat variants to allow handling of ENOMEM +* changes cx_strcast() to also accept cxstring (and doing nothing in that case) +* changes the behavior of cxBufferSeek() to allow offset zero for SEEK_END * moves cx_compare_func typedef to compare.h * moves cx_szmul() to common.h * moves stream copy functions to new streams.h