Skip to content

Commit

Permalink
Typo fix: fetchting -> fetching
Browse files Browse the repository at this point in the history
Author: Andrew Ash <[email protected]>

Closes apache#680 from ash211/patch-3 and squashes the following commits:

9ce3746 [Andrew Ash] Typo fix: fetchting -> fetching
  • Loading branch information
ash211 authored and rxin committed May 7, 2014
1 parent 7f6f4a1 commit d00981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d00981a

Please sign in to comment.