From b46ba24e3b6bbdc107282347f6dbac0b192e1644 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. --- doc/classes/Input.xml | 2 +- doc/classes/PhysicsServer.xml | 2 +- doc/classes/ProjectSettings.xml | 2 +- editor/plugins/script_editor_plugin.cpp | 2 +- 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 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 10ec15b99d9..0e6e54c8fd4 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -123,7 +123,7 @@ - Receives a [code]JOY_BUTTON_*[/code] Enum and returns it's equivalent name as a string. + Receives a [code]JOY_BUTTON_*[/code] Enum and returns its equivalent name as a string. diff --git a/doc/classes/PhysicsServer.xml b/doc/classes/PhysicsServer.xml index f79baea0be0..c836414dd22 100644 --- a/doc/classes/PhysicsServer.xml +++ b/doc/classes/PhysicsServer.xml @@ -1260,7 +1260,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/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 9efc05dfd55..dfecff9050c 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -182,7 +182,7 @@ Name of the project. It is used from both project manager and by the exporters. Overriding this as name.locale allows setting it in multiple languages. - Allow the project to save to it's own custom user dir (in AppData on windows or ~/.config on unixes). This setting only works for desktop exporters. A name must be set in the "custom_user_dir_name" setting for this to take effect. + Allow the project to save to its own custom user dir (in AppData on windows or ~/.config on unixes). This setting only works for desktop exporters. A name must be set in the "custom_user_dir_name" setting for this to take effect. Disable printing to stderr on exported build. diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 080d3ff894e..07a7e7952af 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -490,7 +490,7 @@ void ScriptEditor::_open_recent_script(int p_idx) { edit(text_file, true); return; } - // if it's a path then its most likely a deleted file not help + // if it's a path then it's most likely a deleted file not help } else if (path.find("::") != -1) { // built-in script Ref