From 1eb04c71ebd807156681b1fbf52514416a83dcee Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sat, 25 Nov 2023 09:00:11 -0500 Subject: [PATCH] * docs/*: Typos. --- docs/INSTALL.ANY | 4 ++-- docs/freetype-web.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.ANY b/docs/INSTALL.ANY index bb77b1b9c..7cfe1feb9 100644 --- a/docs/INSTALL.ANY +++ b/docs/INSTALL.ANY @@ -72,9 +72,9 @@ I. Standard procedure -- rasterizers (optional; at least one is needed for vector formats) + src/smooth/smooth.c -- anti-aliasing rasterizer src/raster/raster.c -- monochrome rasterizer src/sdf/sdf.c -- Signed Distance Field driver - src/smooth/smooth.c -- anti-aliasing rasterizer -- auxiliary modules (optional) @@ -127,7 +127,7 @@ II. Support for flat-directory compilation 1. Copy all files in current directory cp freetype/src/base/*.[hc] . - cp freetype/src/raster1/*.[hc] . + cp freetype/src/raster/*.[hc] . cp freetype/src/smooth/*.[hc] . etc. diff --git a/docs/freetype-web.txt b/docs/freetype-web.txt index 03058fae1..0c9140c50 100644 --- a/docs/freetype-web.txt +++ b/docs/freetype-web.txt @@ -35,7 +35,7 @@ and the CI pipeline deploys the website at: Since the 'freetype.org' website uses Cloudflare caching, it will take a while for the changes to show up in 'freetype.org'. -If you have access to the Cloudflare dashbouard you can purge the +If you have access to the Cloudflare dashboard you can purge the cache from there; this will cause the cache to be fetched again resulting in the website being updated instantly.