aboutsummaryrefslogtreecommitdiffstats
path: root/liblss16.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblss16.h')
-rw-r--r--liblss16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblss16.h b/liblss16.h
index 3085ec9..b02b338 100644
--- a/liblss16.h
+++ b/liblss16.h
@@ -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
};