# HG changeset patch # User Olaf Wintermann # Date 1739220445 -3600 # Node ID 183bf43aa9b9d78bc4be182d82a56d684b192edd # Parent 4c3a69b9723aa33e1a061114ca64bc9c80b46f0f fix some typos - issue #548 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. */ diff -r 4c3a69b9723a -r 183bf43aa9b9 src/cx/compare.h --- 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