summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
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