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
|
@ -40,7 +40,7 @@ void Terminal::_populate_key_list() {
|
|||
};
|
||||
#endif
|
||||
|
||||
// Godot does not have seperate scancodes for keypad keys when NumLock is off.
|
||||
// Godot does not have separate scancodes for keypad keys when NumLock is off.
|
||||
// We can check the unicode value to determine whether it is off and set the
|
||||
// appropriate scancode.
|
||||
// Based on the patch which adds support for this to TextEdit/LineEdit:
|
||||
|
@ -401,7 +401,7 @@ void Terminal::update_theme() {
|
|||
Ref<Theme> default_theme;
|
||||
|
||||
/* Load the default theme if it exists and no theme is set */
|
||||
// Don't actually set the theme to default (to allow inheritence of themes),
|
||||
// Don't actually set the theme to default (to allow inheritance of themes),
|
||||
// but do load default values from it.
|
||||
|
||||
const char *default_theme_path =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue