aboutsummaryrefslogtreecommitdiff
path: root/sbt
diff options
context:
space:
mode:
Diffstat (limited to 'sbt')
-rwxr-xr-xsbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbt b/sbt
index 8cff6df69f..d21806ed83 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