* docs/*: Typos.
This commit is contained in:
parent
efbae5476f
commit
1eb04c71eb
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue