Skip to content

Commit 8855d1b

Browse files
committed
Merge pull request kivy#324 from intchanter/master
Corrected spelling of "environment"
2 parents cc5f4c2 + 66ff553 commit 8855d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distribute.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function push_arm() {
242242
}
243243

244244
function pop_arm() {
245-
info "Leaving ARM enviromnent"
245+
info "Leaving ARM environment"
246246
export PATH=$OLD_PATH
247247
export CFLAGS=$OLD_CFLAGS
248248
export CXXFLAGS=$OLD_CXXFLAGS
@@ -309,7 +309,7 @@ function check_build_deps() {
309309
}
310310

311311
function run_prepare() {
312-
info "Check enviromnent"
312+
info "Check environment"
313313
if [ "X$ANDROIDSDK" == "X" ]; then
314314
error "No ANDROIDSDK environment set, abort"
315315
exit -1
@@ -335,7 +335,7 @@ function run_prepare() {
335335
fi
336336

337337
if [ "X$ANDROIDNDKVER" == "X" ]; then
338-
error "No ANDROIDNDKVER enviroment set, abort"
338+
error "No ANDROIDNDKVER environment set, abort"
339339
error "(Must be something like 'r5b', 'r7'...)"
340340
exit -1
341341
fi

0 commit comments

Comments
 (0)