Skip to content

Corrected spelling of "environment" #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions distribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down