diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-12 10:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 10:25:48 +0100 |
commit | 14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8 (patch) | |
tree | 7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /modules/gdnavigation/gd_navigation_server.cpp | |
parent | aeff25f3134c1af34285bb1021c709936cf5377d (diff) | |
parent | 7bf6e5f7732f3fa890561255610f50a65e755adf (diff) |
Merge pull request #36987 from luzpaz/typos
Fix various typos
Diffstat (limited to 'modules/gdnavigation/gd_navigation_server.cpp')
-rw-r--r-- | modules/gdnavigation/gd_navigation_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnavigation/gd_navigation_server.cpp b/modules/gdnavigation/gd_navigation_server.cpp index 4db10cda78..a1f6ddfedc 100644 --- a/modules/gdnavigation/gd_navigation_server.cpp +++ b/modules/gdnavigation/gd_navigation_server.cpp @@ -41,7 +41,7 @@ */ /// Creates a struct for each function and a function that once called creates -/// an instance of that struct with the submited parameters. +/// an instance of that struct with the submitted parameters. /// Then, that struct is stored in an array; the `sync` function consume that array. #define COMMAND_1(F_NAME, T_0, D_0) \ |