Fixes minor typo in script error message

This commit is contained in:
Rowan Walsh 2024-04-23 17:29:49 -07:00 committed by Martin von Zweigbergk
parent 1490c0a196
commit 742c3f6fea

View File

@ -14,7 +14,7 @@ set -euo pipefail
# inkscape`. It's unclear to me whether `convert` used Inkscape or one of its
# dependencies. Inkscape can be also used manually for SVG -> PNG conversion.
which term-transcript > /dev/null \
|| (echo '`term-transcipt` must be installed with e.g.'\
|| (echo '`term-transcript` must be installed with e.g.'\
'`cargo binstall term-transcript-cli`.' \
'See also https://github.com/slowli/term-transcript' >&2;
false)