chore(spelling): add codespell pre-commit hook

Fixes spelling mistakes identified by it.
This commit is contained in:
Leroy Hopson 2024-03-29 23:55:53 +13:00 committed by Leroy Hopson
parent 2e4189f7b2
commit a188201635
11 changed files with 20 additions and 20 deletions

View file

@ -90,7 +90,7 @@ func _set_terminal(value: _Terminal):
if _terminal == value:
return
# Disconect the current terminal, if any.
# Disconnect the current terminal, if any.
if _terminal:
disconnect("data_received", _terminal, "write")
_terminal.disconnect("data_sent", self, "write")