aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-05-07 17:24:49 -0400
committerReynold Xin <rxin@apache.org>2014-05-07 17:24:49 -0400
commitd00981a95185229fd1594d5c030a00f219fb1a14 (patch)
tree26e68a7c25cdbfe20ca80d93c430a856fe156dfb /make-distribution.sh
parent7f6f4a1035ae0c9fa2029fe991f621ca263d53e0 (diff)
downloadspark-d00981a95185229fd1594d5c030a00f219fb1a14.tar.gz
spark-d00981a95185229fd1594d5c030a00f219fb1a14.tar.bz2
spark-d00981a95185229fd1594d5c030a00f219fb1a14.zip
Typo fix: fetchting -> fetching
Author: Andrew Ash <andrew@andrewash.com> Closes #680 from ash211/patch-3 and squashes the following commits: 9ce3746 [Andrew Ash] Typo fix: fetchting -> fetching
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index ebcd8c74fc..759e555b4b 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"