Merge pull request #40450 from asmaloney/spelling

Fix spelling & grammar in comments, docs, and messages
This commit is contained in:
Rémi Verschelde 2020-07-21 22:14:04 +02:00 committed by GitHub
commit a5fb445121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 46 additions and 46 deletions

View file

@ -109,7 +109,7 @@ Navigation3D::Navigation3D() {
map = NavigationServer3D::get_singleton()->map_create();
set_cell_size(0.3);
set_edge_connection_margin(5.0); // Five meters, depends alot on the agents radius
set_edge_connection_margin(5.0); // Five meters, depends a lot on the agent's radius
up = Vector3(0, 1, 0);
}