From 9ce3746c31f4ad66b5aa0f82d9fd59bb8e92e759 Mon Sep 17 00:00:00 2001 From: Andrew Ash Date: Wed, 7 May 2014 01:46:16 -0700 Subject: [PATCH] Typo fix: fetchting -> fetching --- make-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-distribution.sh b/make-distribution.sh index ebcd8c74fc5a6..759e555b4b69a 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -189,7 +189,7 @@ if [ "$SPARK_TACHYON" == "true" ]; then TMPD=`mktemp -d 2>/dev/null || mktemp -d -t 'disttmp'` pushd $TMPD > /dev/null - echo "Fetchting tachyon tgz" + echo "Fetching tachyon tgz" wget "$TACHYON_URL" tar xf "tachyon-${TACHYON_VERSION}-bin.tar.gz"