mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
@@ -893,7 +893,7 @@ TestFunc test_funcs[] = {
|
||||
|
||||
MainLoop *test() {
|
||||
|
||||
/** A character length != wchar_t may be forced, so the tests wont work */
|
||||
/** A character length != wchar_t may be forced, so the tests won't work */
|
||||
|
||||
ERR_FAIL_COND_V(sizeof(CharType) != sizeof(wchar_t), NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user