diff options
| author | luz.paz | 2018-02-21 11:30:55 -0500 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 12:17:06 +0100 |
| commit | 751806b5c7c2b63c47d228664c3425b6f3fdb5ac (patch) | |
| tree | 2679c664c7a5ebbcf51c8727e0840c9b98926948 /modules/gdnative/include/pluginscript/godot_pluginscript.h | |
| parent | 40018e995cc2a4c5a14512eb7713b63a5b825978 (diff) | |
| download | godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.tar.gz godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.tar.zst godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.zip | |
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
(cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5)
Diffstat (limited to 'modules/gdnative/include/pluginscript/godot_pluginscript.h')
| -rw-r--r-- | modules/gdnative/include/pluginscript/godot_pluginscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/pluginscript/godot_pluginscript.h b/modules/gdnative/include/pluginscript/godot_pluginscript.h index 671be3bbb..d1671c014 100644 --- a/modules/gdnative/include/pluginscript/godot_pluginscript.h +++ b/modules/gdnative/include/pluginscript/godot_pluginscript.h @@ -64,7 +64,7 @@ typedef struct { //this is used by script languages that keep a reference counter of their own //you can make make Ref<> not die when it reaches zero, so deleting the reference //depends entirely from the script. - // Note: You can set thoses function pointer to NULL if not needed. + // Note: You can set those function pointer to NULL if not needed. void (*refcount_incremented)(godot_pluginscript_instance_data *p_data); bool (*refcount_decremented)(godot_pluginscript_instance_data *p_data); // return true if it can die } godot_pluginscript_instance_desc; |
