aboutsummaryrefslogtreecommitdiffstats
path: root/liblss16_decode_to_colour_index.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
commit04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3 (patch)
tree0d6404fc656278f5ce456b0be9d5da2bc429304a /liblss16_decode_to_colour_index.3
parentlss16toppm.1, ppmtolss16.1: m text fix (diff)
downloadliblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.gz
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.bz2
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'liblss16_decode_to_colour_index.3')
-rw-r--r--liblss16_decode_to_colour_index.312
1 files changed, 6 insertions, 6 deletions
diff --git a/liblss16_decode_to_colour_index.3 b/liblss16_decode_to_colour_index.3
index 797c4f5..7ed71f5 100644
--- a/liblss16_decode_to_colour_index.3
+++ b/liblss16_decode_to_colour_index.3
@@ -147,23 +147,23 @@ stored should the function fail.
.SH RETURN VALUE
The
.BR liblss16_decode_to_colour_index ()
-function will returns the following values:
+function will return the following values:
.TP
.B LIBLSS16_DECODE_RUNNING
The end of the image has not yet been reached.
-The file if truncated if the end of the file is reached.
+The file is truncated if the end of the file is reached.
.TP
.B LIBLSS16_DECODE_END_OF_IMAGE
-The end of the image is reched.
+The end of the image is reached.
If the end of the file has not yet been reached, it
contains extraneous data.
.TP
.B LIBLSS16_DECODE_ERROR
-A decoding error has occured, and processing most be
-aborted. This always indicate that the file is corrupted
+A decoding error has occurred, and processing must be
+aborted. This always indicates that the file is corrupted
or not an LSS16 file.
.I *error_out
-will be se to indicate the error unless
+will be set to indicate the error unless
.I error_out
is
.IR NULL .