From 7223c5b54a7958fe8f8176bafe5ea415f0c514a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 7 Feb 2024 11:09:28 +0100 Subject: Fix various typos with codespell Using 2.2.7.dev115+g0eb441d6. Had to add `cancelled` to the ignore list, as it's a Wayland signal which we're handling in our code, so we don't want codespell to fix that "typo". Also includes the typo fix from #87927. Co-authored-by: Divyanshu Shekhar <61140213+divshekhar@users.noreply.github.com> --- modules/gdscript/tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gdscript/tests') diff --git a/modules/gdscript/tests/README.md b/modules/gdscript/tests/README.md index cea251bab5..72b5316532 100644 --- a/modules/gdscript/tests/README.md +++ b/modules/gdscript/tests/README.md @@ -32,9 +32,9 @@ Tests will only test against entries in `[output]` that were specified. ## Writing autocompletion tests -To avoid failing edge cases a certain behaviour needs to be tested multiple times. Some things that tests should account for: +To avoid failing edge cases a certain behavior needs to be tested multiple times. Some things that tests should account for: -- All possible types: Test with all possible types that apply to the tested behaviour. (For the last points testing against `SCRIPT` and `CLASS` should suffice. `CLASS` can be obtained through C#, `SCRIPT` through GDScript. Relying on autoloads to be of type `SCRIPT` is not good, since this might change in the future.) +- All possible types: Test with all possible types that apply to the tested behavior. (For the last points testing against `SCRIPT` and `CLASS` should suffice. `CLASS` can be obtained through C#, `SCRIPT` through GDScript. Relying on autoloads to be of type `SCRIPT` is not good, since this might change in the future.) - `BUILTIN` - `NATIVE` -- cgit v1.2.3