summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-07 12:46:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-07 12:46:51 +0100
commit646f3913692ea052a3f28b5c41637a3705dc0115 (patch)
treea048ee52fa3448763357114d7d32b67f356c1c0c
parent618533091124a97d6dcd4b106e38cb5ca2477b98 (diff)
downloadATCD-646f3913692ea052a3f28b5c41637a3705dc0115.tar.gz
Fixed typo
* ACE/include/makeinclude/platform_android.GNU:
-rw-r--r--ACE/include/makeinclude/platform_android.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 813d56ba29b..b9f7c7f611a 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -22,7 +22,7 @@ PIE ?= -pie
#No rwho on Android
rwho = 0
-# Android Studio does not seem to reconize so files with versions
+# Android Studio does not seem to recognize so files with versions
versioned_so=0
# Only try to use clang, unless this is set to 0, then try to use g++