From b46ba24e3b6bbdc107282347f6dbac0b192e1644 Mon Sep 17 00:00:00 2001 From: "M. Huri" Date: Thu, 25 Oct 2018 07:19:21 +0700 Subject: Repaired mistyped of 'its' on several files. --- platform/android/os_android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android') 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 { -- cgit v1.2.3