# HG changeset patch # User Olaf Wintermann # Date 1739304324 -3600 # Node ID 1f69336faa63d44953d6e48db18245a48479f34f # Parent 11a0f6f0f30b89cb60ec4c10bec1d36775e31848 fix some typos - issue #548 diff -r 11a0f6f0f30b -r 1f69336faa63 src/cx/iterator.h --- a/src/cx/iterator.h Tue Feb 11 21:04:47 2025 +0100 +++ b/src/cx/iterator.h Tue Feb 11 21:05:24 2025 +0100 @@ -47,7 +47,7 @@ */ struct cx_iterator_base_s { /** - * True iff the iterator points to valid data. + * True if the iterator points to valid data. */ bool (*valid)(const void *); diff -r 11a0f6f0f30b -r 1f69336faa63 src/cx/json.h --- a/src/cx/json.h Tue Feb 11 21:04:47 2025 +0100 +++ b/src/cx/json.h Tue Feb 11 21:05:24 2025 +0100 @@ -309,7 +309,7 @@ */ CxJsonTokenType tokentype; /** - * True, iff the @c content must be passed to cx_strfree(). + * True, if the @c content must be passed to cx_strfree(). */ bool allocated; /**