From bce19e7265fc8ee2a63e1eb4ee7d8adfc153748a Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Wed, 20 Aug 2025 23:19:53 +0200 Subject: [PATCH] Fix typos --- build_tools/make_tarball.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh index 246e6394d..7296a09f2 100755 --- a/build_tools/make_tarball.sh +++ b/build_tools/make_tarball.sh @@ -9,12 +9,12 @@ # Exit on error set -e -# We wil generate a tarball with a prefix "fish-VERSION" +# We will generate a tarball with a prefix "fish-VERSION" # git can do that automatically for us via git-archive # but to get the documentation in, we need to make a symlink called "fish-VERSION" # and tar from that, so that the documentation gets the right prefix -# Use Ninja if available, as it automatically paralellises +# Use Ninja if available, as it automatically parallelises BUILD_TOOL="make" BUILD_GENERATOR="Unix Makefiles" if command -v ninja >/dev/null; then