summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-03-07 04:27:37 +1000
committerJohn Bampton <[email protected]>2021-03-07 04:58:15 +1000
commit15f7b0182d5b33eaa9f4d460bfa00c72805eb381 (patch)
tree72e9ca03d21f9be486f9c6ba4bebe7c1a66f1fae /tasks
parent111e4e1ba8e4cfd098935d4ed1198327afd77194 (diff)
downloadmruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.tar.gz
mruby-15f7b0182d5b33eaa9f4d460bfa00c72805eb381.zip
chore: fix spelling
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mrbgems.rake2
-rw-r--r--tasks/toolchains/android.rake2
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/mrbgems.rake b/tasks/mrbgems.rake
index ad98f7356..509f5164f 100644
--- a/tasks/mrbgems.rake
+++ b/tasks/mrbgems.rake
@@ -94,7 +94,7 @@ LEGAL
Additional Licenses
-Due to the reason that you choosed additional mruby packages (GEMS),
+Due to the reason that you chose additional mruby packages (GEMS),
please check the following additional licenses too:
GEMS_LEGAL
diff --git a/tasks/toolchains/android.rake b/tasks/toolchains/android.rake
index 2368b93b5..48526bc43 100644
--- a/tasks/toolchains/android.rake
+++ b/tasks/toolchains/android.rake
@@ -300,7 +300,7 @@ Higher NDK version will be use.
case RUBY_PLATFORM
when /mswin|mingw|win32/
- # Build for Android dont need window flag
+ # Build for Android don't need window flag
flags += %W(-U_WIN32 -U_WIN64)
end