From e6ae704f32709a9147da2d856c59f11829b90b7e Mon Sep 17 00:00:00 2001 From: "M. Huri" Date: Thu, 25 Oct 2018 07:19:21 +0700 Subject: [PATCH] Repaired mistyped of 'its' on several files. (cherry picked from commit b46ba24e3b6bbdc107282347f6dbac0b192e1644) --- doc/classes/PhysicsServer.xml | 2 +- editor/plugins/script_editor_plugin.cpp | 4 ++-- platform/android/os_android.cpp | 2 +- platform/x11/os_x11.cpp | 2 +- scene/3d/arvr_nodes.cpp | 4 ++-- scene/3d/arvr_nodes.h | 4 ++-- scene/3d/voxel_light_baker.cpp | 2 +- scene/resources/packed_scene.cpp | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index 27c3047a5b4..9bab2c2b234 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1196,7 +1196,7 @@ The higher, the stronger. - If above 0, this value is the maximum value for an impulse that this Joint puts on it's ends. + If above 0, this value is the maximum value for an impulse that this Joint puts on its ends. The speed with which the two bodies get pulled together when they move in different directions. diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 4246c2adc6f..8e2922f7fdd 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -482,13 +482,13 @@ void ScriptEditor::_open_recent_script(int p_idx) { if (p_idx < previous_scripts.size() && p_idx >= 0) { String path = previous_scripts.get(p_idx); - // if its not on disk its a help file or deleted + // if it's not on disk it's a help file or deleted if (FileAccess::exists(path)) { Ref