From 394bb0ee2bcd863aed75e1c6799c4c8138dbf269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 1 Feb 2023 08:45:41 +0100 Subject: Fix various typos with codespell Finally do the childs -> children rename too. --- core/input/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/input') diff --git a/core/input/input.cpp b/core/input/input.cpp index aa89facdd7..2e886f9093 100644 --- a/core/input/input.cpp +++ b/core/input/input.cpp @@ -904,7 +904,7 @@ void Input::parse_input_event(const Ref &p_event) { // - If platform doesn't use buffering and event accumulation is disabled. // - If platform doesn't use buffering and the event type is not accumulable. // However, it wouldn't be reasonable to ask users to remember the full ruleset and be aware at all times - // of the possibilites of the target platform, project settings and engine internals, which may change + // of the possibilities of the target platform, project settings and engine internals, which may change // without prior notice. // Therefore, the guideline is, "don't send the same event object more than once per frame". WARN_PRINT_ONCE( -- cgit v1.2.3