File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ function push_arm() {
242242}
243243
244244function 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
311311function 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
You can’t perform that action at this time.
0 commit comments