diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-02-10 12:00:11 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-02-10 12:30:19 +0100 |
commit | 1bdb82c64e65f23381183051ef1fc9856a7830f8 (patch) | |
tree | 82f8a101fb4461d29bc9dd1e2bc147bb99c706f6 /core/string | |
parent | f21a62b62027a88ea90de539a48df8e280a820e8 (diff) |
Fix typos with codespell
Using codespell 2.2-dev from current git.
Added `misc/scripts/codespell.sh` to make it easier to run it once in a
while and update the skip and ignore lists.
Diffstat (limited to 'core/string')
-rw-r--r-- | core/string/string_name.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string/string_name.h b/core/string/string_name.h index f767f3e1ec..6f08d32981 100644 --- a/core/string/string_name.h +++ b/core/string/string_name.h @@ -188,7 +188,7 @@ StringName _scs_create(const char *p_chr, bool p_static = false); * - Control::get_theme_*(<name> and Window::get_theme_*(<name> functions. * - emit_signal(<name>,..) function * - call_deferred(<name>,..) function - * - Comparisons to a StringName in overriden _set and _get methods. + * - Comparisons to a StringName in overridden _set and _get methods. * * Use in places that can be called hundreds of times per frame (or more) is recommended, but this situation is very rare. If in doubt, do not use. */ |