fix some typos - issue #548 default

Mon, 10 Feb 2025 21:47:25 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 10 Feb 2025 21:47:25 +0100
changeset 1181
183bf43aa9b9
parent 1180
4c3a69b9723a

fix some typos - issue #548

src/cx/buffer.h file | annotate | diff | comparison | revisions
src/cx/compare.h file | annotate | diff | comparison | revisions
--- a/src/cx/buffer.h	Mon Feb 10 20:59:02 2025 +0100
+++ b/src/cx/buffer.h	Mon Feb 10 21:47:25 2025 +0100
@@ -139,7 +139,7 @@
 };
 
 /**
- * Type alais for the flush configuration struct.
+ * Type alias for the flush configuration struct.
  *
  * @code
  * struct cx_buffer_flush_config_s {
@@ -173,7 +173,7 @@
      *
      * @see cxBufferEnableFlushing()
      */
-    CxBufferFlushConfig* flush;
+    CxBufferFlushConfig *flush;
     /** Current position of the buffer. */
     size_t pos;
     /** Current capacity (i.e. maximum size) of the buffer. */
--- a/src/cx/compare.h	Mon Feb 10 20:59:02 2025 +0100
+++ b/src/cx/compare.h	Mon Feb 10 21:47:25 2025 +0100
@@ -140,7 +140,7 @@
 int cx_cmp_longlong(const void *i1, const void *i2);
 
 /**
- * Compares twolong long ints.
+ * Compares two long long ints.
  *
  * @param i1 long long int one
  * @param i2 long long int two

mercurial