src/cx/buffer.h

changeset 1181
183bf43aa9b9
parent 1180
4c3a69b9723a
--- 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. */

mercurial