From 5d0d0e7d2f65f23b5eb3105a9163d403d239915d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:22:08 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') 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 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; -- cgit v1.2.3-70-g09d2