From 751806b5c7c2b63c47d228664c3425b6f3fdb5ac Mon Sep 17 00:00:00 2001 From: luz.paz Date: Wed, 21 Feb 2018 11:30:55 -0500 Subject: Fix typos with codespell Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` (cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5) --- core/error_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/error_macros.h') diff --git a/core/error_macros.h b/core/error_macros.h index 1f9164a99..b8d0c7e0c 100644 --- a/core/error_macros.h +++ b/core/error_macros.h @@ -33,7 +33,7 @@ #include "typedefs.h" /** - * Error macros. Unlike exceptions and asserts, these macros try to mantain consistency and stability + * Error macros. Unlike exceptions and asserts, these macros try to maintain consistency and stability * inside the code. It is recommended to always return processable data, so in case of an error, the * engine can stay working well. * In most cases, bugs and/or invalid data are not fatal and should never allow a perfectly running application -- cgit v1.2.3-70-g09d2