1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Fix various typos

Found via `codespell`
This commit is contained in:
luz.paz
2020-03-11 13:59:18 -04:00
parent aeff25f313
commit 7bf6e5f773
27 changed files with 36 additions and 36 deletions

View File

@@ -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) \