aboutsummaryrefslogtreecommitdiffstats
path: root/liblss16_decode_to_colour_index.3
diff options
context:
space:
mode:
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 .