Browse Source

Corrected spelling error

(cherry picked from commit 7a397d6976e2eec402226fe5b5b453cb92e07c78)
Ertain 6 years ago
parent
commit
0e21648419
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Navigation.xml

+ 1 - 1
doc/classes/Navigation.xml

@@ -59,7 +59,7 @@
 			<argument index="2" name="optimize" type="bool" default="true">
 			</argument>
 			<description>
-				Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (raidus, height, etc.) are considered in the path calculation, otherwise they are ignored.
+				Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (radius, height, etc.) are considered in the path calculation, otherwise they are ignored.
 			</description>
 		</method>
 		<method name="navmesh_add">