diff --git a/distribute.sh b/distribute.sh
index 95913b3743..f0acdf16c9 100755
--- a/distribute.sh
+++ b/distribute.sh
@@ -242,7 +242,7 @@ function push_arm() {
 }
 
 function pop_arm() {
-	info "Leaving ARM enviromnent"
+	info "Leaving ARM environment"
 	export PATH=$OLD_PATH
 	export CFLAGS=$OLD_CFLAGS
 	export CXXFLAGS=$OLD_CXXFLAGS
@@ -309,7 +309,7 @@ function check_build_deps() {
 }
 
 function run_prepare() {
-	info "Check enviromnent"
+	info "Check environment"
 	if [ "X$ANDROIDSDK" == "X" ]; then
 		error "No ANDROIDSDK environment set, abort"
 		exit -1
@@ -335,7 +335,7 @@ function run_prepare() {
 	fi
 
 	if [ "X$ANDROIDNDKVER" == "X" ]; then
-		error "No ANDROIDNDKVER enviroment set, abort"
+		error "No ANDROIDNDKVER environment set, abort"
 		error "(Must be something like 'r5b', 'r7'...)"
 		exit -1
 	fi