File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ function push_arm() {
242
242
}
243
243
244
244
function pop_arm() {
245
- info " Leaving ARM enviromnent "
245
+ info " Leaving ARM environment "
246
246
export PATH=$OLD_PATH
247
247
export CFLAGS=$OLD_CFLAGS
248
248
export CXXFLAGS=$OLD_CXXFLAGS
@@ -309,7 +309,7 @@ function check_build_deps() {
309
309
}
310
310
311
311
function run_prepare() {
312
- info " Check enviromnent "
312
+ info " Check environment "
313
313
if [ " X$ANDROIDSDK " == " X" ]; then
314
314
error " No ANDROIDSDK environment set, abort"
315
315
exit -1
@@ -335,7 +335,7 @@ function run_prepare() {
335
335
fi
336
336
337
337
if [ " X$ANDROIDNDKVER " == " X" ]; then
338
- error " No ANDROIDNDKVER enviroment set, abort"
338
+ error " No ANDROIDNDKVER environment set, abort"
339
339
error " (Must be something like 'r5b', 'r7'...)"
340
340
exit -1
341
341
fi
You can’t perform that action at this time.
0 commit comments