diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:24:38 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:24:38 +0100 |
| commit | 04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3 (patch) | |
| tree | 0d6404fc656278f5ce456b0be9d5da2bc429304a /liblss16.h | |
| parent | lss16toppm.1, ppmtolss16.1: m text fix (diff) | |
| download | liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.gz liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.bz2 liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'liblss16.h')
| -rw-r--r-- | liblss16.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ enum liblss16_decode_state { /** * A decoding error has occurred * - * Processing most be aborted + * Processing must be aborted */ LIBLSS16_DECODE_ERROR }; @@ -119,7 +119,7 @@ enum liblss16_encode_state { LIBLSS16_ENCODE_RUNNING, /** - * Encodig done + * Encoding done */ LIBLSS16_ENCODE_DONE }; |
