From 742c3f6fea4c09f6aada5d213245447f33bc70ff Mon Sep 17 00:00:00 2001 From: Rowan Walsh <1158758+rowan-walsh@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:29:49 -0700 Subject: [PATCH] Fixes minor typo in script error message --- demos/run_scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/run_scripts.sh b/demos/run_scripts.sh index b728d967e..f85506709 100755 --- a/demos/run_scripts.sh +++ b/demos/run_scripts.sh @@ -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)