diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-18 02:01:38 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-18 02:01:38 -0600 |
| commit | 979e94d8a7bb5771e13f5eee99b41662ceb04706 (patch) | |
| tree | 612c501d0c74ce4b2248b0601d4d2e0dcdd3ac1d /scripts | |
| parent | 202ff5e2745001a8e79de4c0747f31cba74b7724 (diff) | |
fix typo in script [skip ci]
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/subset-fonts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/subset-fonts.sh b/scripts/subset-fonts.sh index b0b63281..ee191ad6 100755 --- a/scripts/subset-fonts.sh +++ b/scripts/subset-fonts.sh @@ -5,7 +5,7 @@ # This script will use that image to execute the subset-fonts.pe script with fontforge in a container. # By default, this script will use podman to run the subset script in a container. # Prefix the script with CONTAINERIZER=docker to use docker instead. -# Additionall, you may prefix the script with IMAGE=<name-of-image> to use a different image. +# Additionally, you may prefix the script with IMAGE=<name-of-image> to use a different image. # NOTE only update when fonts are being changed export SOURCE_DATE_EPOCH=$(date -d 2020-06-10T00:00:00 +%s) |
