diff options
author | M. Huri <kak_huri@yahoo.com> | 2018-10-25 07:19:21 +0700 |
---|---|---|
committer | M. Huri <kak_huri@yahoo.com> | 2018-10-25 07:19:21 +0700 |
commit | b46ba24e3b6bbdc107282347f6dbac0b192e1644 (patch) | |
tree | 40998827605b25b7bc5897a568375489bfce054a /platform/android | |
parent | bf957a414a27372aaee1aec4ae1a532f76614551 (diff) |
Repaired mistyped of 'its' on several files.
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/os_android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/os_android.cpp b/platform/android/os_android.cpp index 30bc413459..8e050c1d27 100644 --- a/platform/android/os_android.cpp +++ b/platform/android/os_android.cpp @@ -586,7 +586,7 @@ Error OS_Android::shell_open(String p_uri) { String OS_Android::get_resource_dir() const { - return "/"; //android has it's own filesystem for resources inside the APK + return "/"; //android has its own filesystem for resources inside the APK } String OS_Android::get_locale() const { |