From 7bf6e5f7732f3fa890561255610f50a65e755adf Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 11 Mar 2020 13:59:18 -0400 Subject: Fix various typos Found via `codespell` --- modules/gdnavigation/gd_navigation_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdnavigation/gd_navigation_server.cpp') 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) \ -- cgit v1.2.3