diff -r 4c3a69b9723a -r 183bf43aa9b9 src/cx/buffer.h --- 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. */