mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 03:05:32 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
2e4189f7b2
commit
a188201635
11 changed files with 20 additions and 20 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue