1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Repaired mistyped of 'its' on several files.

(cherry picked from commit b46ba24e3b)
This commit is contained in:
M. Huri
2018-10-25 07:19:21 +07:00
committed by Rémi Verschelde
parent f0cdf4294e
commit e6ae704f32
8 changed files with 11 additions and 11 deletions

View File

@@ -543,7 +543,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 {