* docs/*: Typos.

This commit is contained in:
Alexei Podtelezhnikov 2023-11-25 09:00:11 -05:00
parent efbae5476f
commit 1eb04c71eb
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.