diff --git a/sbt b/sbt
index 8cff6df69f0e17d6c35c192a4d8725e179b9e863..d21806ed83ae0ba581b1d51d5c3f3080fd216fec 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