You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/07 09:18:34 UTC

[04/14] git commit: Spelling

Spelling


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

Branch: refs/heads/master
Commit: d2a5c75a4d3ca5123fb77ad24beb1b4474b36a4f
Parents: b4a1ffc
Author: Holden Karau <ho...@pigscanfly.ca>
Authored: Sat Jan 4 21:44:04 2014 -0800
Committer: Holden Karau <ho...@pigscanfly.ca>
Committed: Sat Jan 4 21:44:04 2014 -0800

----------------------------------------------------------------------
 sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/d2a5c75a/sbt
----------------------------------------------------------------------
diff --git a/sbt b/sbt
index 8cff6df..d21806e 100755
--- a/sbt
+++ b/sbt
@@ -14,7 +14,7 @@ if hash sbt 2>/dev/null; then
     sbt $@
 else
     printf "NOT FOUND]\n"
-    # Download sbt or use allready downloaded
+    # Download sbt or use already downloaded
     if [ ! -d .sbtlib ]; then
 	mkdir .sbtlib
     fi