summaryrefslogtreecommitdiff
path: root/servers/extensions
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-03-31 14:06:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-03-31 14:07:29 +0200
commita647fb3e623c8e5c14427c2631ee61f132951709 (patch)
tree015fd365f1bc74187869365ffcb13011b27c0a5c /servers/extensions
parent0d15f6344b9cad2a3221231ff8d1d5226970e468 (diff)
Fix typos with codespell
Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns.
Diffstat (limited to 'servers/extensions')
-rw-r--r--servers/extensions/physics_server_3d_extension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/extensions/physics_server_3d_extension.h b/servers/extensions/physics_server_3d_extension.h
index 41a7746183..77e867a05a 100644
--- a/servers/extensions/physics_server_3d_extension.h
+++ b/servers/extensions/physics_server_3d_extension.h
@@ -45,7 +45,7 @@ protected:
static void _bind_methods();
public:
- // The warning is valid, but unavoidable. If the function is not overriden it will error anyway.
+ // The warning is valid, but unavoidable. If the function is not overridden it will error anyway.
EXBIND0RC(Vector3, get_total_gravity)
EXBIND0RC(real_t, get_total_angular_damp)
@@ -208,7 +208,7 @@ protected:
static void _bind_methods();
public:
- // The warning is valid, but unavoidable. If the function is not overriden it will error anyway.
+ // The warning is valid, but unavoidable. If the function is not overridden it will error anyway.
EXBIND0R(RID, world_boundary_shape_create)
EXBIND0R(RID, separation_ray_shape_create)