Repository: spark
Updated Branches:
  refs/heads/master 7f6f4a103 -> d00981a95


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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d00981a9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d00981a9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d00981a9

Branch: refs/heads/master
Commit: d00981a95185229fd1594d5c030a00f219fb1a14
Parents: 7f6f4a1
Author: Andrew Ash <[email protected]>
Authored: Wed May 7 17:24:49 2014 -0400
Committer: Reynold Xin <[email protected]>
Committed: Wed May 7 17:24:49 2014 -0400

----------------------------------------------------------------------
 make-distribution.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d00981a9/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"

Reply via email to