aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 7c9c913..c90d130 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ NAME
liblss16 - Library for the SYSLINUX "ad hoc" LSS16 image format
DESCRIPTION
- liblss16 is a C library for encoding and decode the LSS16 image file
+ liblss16 is a C library for encoding and decoding the LSS16 image file
format, which is a SYSLINUX "ad hoc" lossless, compressed, low-fidelity
- image file format optimised bootloaders in low-end graphics
+ image file format optimised for bootloaders in low-end graphics
environments.
liblss16 provides the following functions for decoding LSS16 images:
@@ -13,7 +13,7 @@ DESCRIPTION
Prepare state for liblss16_decode_to_colour_index(3).
liblss16_decode_to_colour_index(3)
- Decode an file. The colour of each pixel is output with
+ Decode a file. The colour of each pixel is output with
the index of the colour in the colour palette.
liblss16_decode_strerror(3)
@@ -29,7 +29,7 @@ DESCRIPTION
Prepare state for liblss16_encode_from_colour_index(3).
liblss16_encode_from_colour_index(3)
- Encode an file. The colour of each pixle is input as the
+ Encode a file. The colour of each pixel is input as the
index of the colour in the colour palette.
liblss16_encode_strerror(3)