Repository: spark Updated Branches: refs/heads/branch-1.0 69e2726d4 -> 0759ee790
Typo fix: fetchting -> fetching Author: Andrew Ash <[email protected]> Closes #680 from ash211/patch-3 and squashes the following commits: 9ce3746 [Andrew Ash] Typo fix: fetchting -> fetching (cherry picked from commit d00981a95185229fd1594d5c030a00f219fb1a14) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0759ee79 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0759ee79 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0759ee79 Branch: refs/heads/branch-1.0 Commit: 0759ee790527f61bf9f4bcef4aa0befa1d430370 Parents: 69e2726 Author: Andrew Ash <[email protected]> Authored: Wed May 7 17:24:49 2014 -0400 Committer: Reynold Xin <[email protected]> Committed: Wed May 7 17:29:35 2014 -0400 ---------------------------------------------------------------------- make-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0759ee79/make-distribution.sh ---------------------------------------------------------------------- diff --git a/make-distribution.sh b/make-distribution.sh index ebcd8c7..759e555 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"
