fix some typos - issue #548

Tue, 11 Feb 2025 21:05:24 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 11 Feb 2025 21:05:24 +0100
changeset 1192
1f69336faa63
parent 1191
11a0f6f0f30b
child 1193
cfa44f3f5e3b

fix some typos - issue #548

src/cx/iterator.h file | annotate | diff | comparison | revisions
src/cx/json.h file | annotate | diff | comparison | revisions
--- 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 *);
 
--- 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;
     /**

mercurial