summaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorM. Huri <kak_huri@yahoo.com>2018-10-25 07:19:21 +0700
committerM. Huri <kak_huri@yahoo.com>2018-10-25 07:19:21 +0700
commitb46ba24e3b6bbdc107282347f6dbac0b192e1644 (patch)
tree40998827605b25b7bc5897a568375489bfce054a /platform
parentbf957a414a27372aaee1aec4ae1a532f76614551 (diff)
downloadredot-engine-b46ba24e3b6bbdc107282347f6dbac0b192e1644.tar.gz
Repaired mistyped of 'its' on several files.
Diffstat (limited to 'platform')
-rw-r--r--platform/android/os_android.cpp2
-rw-r--r--platform/x11/os_x11.cpp2
2 files changed, 2 insertions, 2 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 {
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp
index 7c4c8f0eff..88c2c8aec6 100644
--- a/platform/x11/os_x11.cpp
+++ b/platform/x11/os_x11.cpp
@@ -2095,7 +2095,7 @@ void OS_X11::process_xevents() {
last_timestamp = event.xkey.time;
// key event is a little complex, so
- // it will be handled in it's own function.
+ // it will be handled in its own function.
handle_key_event((XKeyEvent *)&event);
} break;
case SelectionRequest: {