mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-24 03:35:32 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
bc15d8950f
commit
1d2898f6ab
14 changed files with 23 additions and 18 deletions
|
@ -227,7 +227,7 @@ Array PTYUnix::fork(String p_file, int _ignored, PackedStringArray p_args,
|
|||
sigaction(i, &sig_action, NULL);
|
||||
}
|
||||
}
|
||||
// reenable signals
|
||||
// re-enable signals
|
||||
pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
|
||||
|
||||
if (pid) {
|
||||
|
@ -677,4 +677,4 @@ void PTYUnix::_bind_methods() {
|
|||
|
||||
void PTYUnix::_init() {}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue