mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix typos with codespell
Also includes #71080. Co-authored-by: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com>
This commit is contained in:
parent
31f94574d4
commit
6a86dfad29
5 changed files with 6 additions and 6 deletions
|
|
@ -2894,7 +2894,7 @@ TEST_CASE("[SceneTree][CodeEdit] completion") {
|
|||
CHECK(code_edit->get_caret_column() == 6);
|
||||
code_edit->undo();
|
||||
|
||||
// brace completion disbaled
|
||||
// brace completion disabled
|
||||
code_edit->set_auto_brace_completion_enabled(false);
|
||||
|
||||
// Full completion.
|
||||
|
|
@ -2934,7 +2934,7 @@ TEST_CASE("[SceneTree][CodeEdit] completion") {
|
|||
CHECK(code_edit->get_caret_column() == 7);
|
||||
code_edit->undo();
|
||||
|
||||
// brace completion disbaled
|
||||
// brace completion disabled
|
||||
code_edit->set_auto_brace_completion_enabled(false);
|
||||
|
||||
// Full completion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue