summaryrefslogtreecommitdiffstats
path: root/servers
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2023-06-16 09:07:37 +0200
committerGitHub <noreply@github.com>2023-06-16 09:07:37 +0200
commit9c41c4ecb6d122792fae2060e2a411ecf6812add (patch)
tree752b2ca247f087920723b70a01d3b3ae5d471474 /servers
parentc0d8d91b15597209a1ca865c6ff4f84f06f7de86 (diff)
parent6fb391bc2366cf51780f5bb6eaa199d5b63b9ec1 (diff)
downloadredot-engine-9c41c4ecb6d122792fae2060e2a411ecf6812add.tar.gz
Merge pull request #78316 from akien-mga/codespell
Fix various typos with codespell
Diffstat (limited to 'servers')
-rw-r--r--servers/navigation_server_2d.h2
-rw-r--r--servers/navigation_server_3d.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/servers/navigation_server_2d.h b/servers/navigation_server_2d.h
index 36c964e2ea..fa50772872 100644
--- a/servers/navigation_server_2d.h
+++ b/servers/navigation_server_2d.h
@@ -222,7 +222,7 @@ public:
virtual void agent_set_velocity_forced(RID p_agent, Vector2 p_velocity);
/// The wanted velocity for the agent as a "suggestion" to the avoidance simulation.
- /// The simulation will try to fulfil this velocity wish if possible but may change the velocity depending on other agent's and obstacles'.
+ /// The simulation will try to fulfill this velocity wish if possible but may change the velocity depending on other agent's and obstacles'.
virtual void agent_set_velocity(RID p_agent, Vector2 p_velocity);
/// Position of the agent in world space.
diff --git a/servers/navigation_server_3d.h b/servers/navigation_server_3d.h
index a524f0f595..d74e72ed66 100644
--- a/servers/navigation_server_3d.h
+++ b/servers/navigation_server_3d.h
@@ -244,7 +244,7 @@ public:
virtual void agent_set_velocity_forced(RID p_agent, Vector3 p_velocity) = 0;
/// The wanted velocity for the agent as a "suggestion" to the avoidance simulation.
- /// The simulation will try to fulfil this velocity wish if possible but may change the velocity depending on other agent's and obstacles'.
+ /// The simulation will try to fulfill this velocity wish if possible but may change the velocity depending on other agent's and obstacles'.
virtual void agent_set_velocity(RID p_agent, Vector3 p_velocity) = 0;
/// Position of the agent in world space.