aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
commit5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch)
tree1d743d74ccb5a9f32d14321befc29292b06dc8ae /README
parentFix makefile (diff)
downloadlibcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index c608494..ac65e3e 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ DESCRIPTION
libcolour is C library for colour space conversions.
libcolour provides conversion between a large number of colour
spaces, including many different RGB colour spaces. It also
- supports encode and non-encoded representations. libcolour
- futhermore provides access to custom RGB colour spaces.
+ supports encoded and non-encoded representations. libcolour
+ furthermore provides access to custom RGB colour spaces.
To use libcolour, include the header file <libcolour.h> and
link with -lcolour -lm.
@@ -17,7 +17,7 @@ COLOUR MODELS
typedef enum libcolour_model libcolour_model_t;
- The colour models can listed using the macros
+ The colour models can be listed using the macros
LIBCOLOUR_LIST_MODELS(IMACRO, TYPE_AFFIX)
@@ -27,7 +27,7 @@ COLOUR MODELS
where MACRO is the macro that shall be expanded, and
TYPE_AFFIX shall be f, lf, or llf for float-typed,
- double-typed, and long double-typed colour module stuctures,
+ double-typed, and long double-typed colour module structures,
respectively. LIBCOLOUR_LIST_MODELS expands MACRO with three
parameters: enum libcolour_model value of the colour model,
typedef-name of struct used to store colours of the colour
@@ -38,7 +38,7 @@ COLOUR MODELS
except allows the programmer to specify additional parameters
to pass MACRO when it is expanded.
- There there are three structs defined for each colour model,
+ There are three structs defined for each colour model,
the first member in each struct is
enum libcolour_model model;