diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-02 18:53:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 18:53:15 +0100 |
commit | 223beef14a6c6a3c904a3810c2fba353994937c2 (patch) | |
tree | 56b239cf493a3900db654c789b959e9a07380610 /modules/gdnative | |
parent | 937fb63a234c7de3fe3ed7fb1267e5e2c4c38c4f (diff) | |
parent | a124f1effed40f5fa232b814469bf1ce57043897 (diff) |
Merge pull request #56315 from luzpaz/typos
Fix various typos
Diffstat (limited to 'modules/gdnative')
-rw-r--r-- | modules/gdnative/include/nativescript/godot_nativescript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/nativescript/godot_nativescript.h b/modules/gdnative/include/nativescript/godot_nativescript.h index bc53a4001d..fb8bf15a8f 100644 --- a/modules/gdnative/include/nativescript/godot_nativescript.h +++ b/modules/gdnative/include/nativescript/godot_nativescript.h @@ -146,7 +146,7 @@ typedef struct { } godot_nativescript_method_argument; typedef struct { - // instance pointer, method data, user data, num args, args - return result as varaint + // instance pointer, method data, user data, num args, args - return result as variant GDCALLINGCONV godot_variant (*method)(godot_object *, void *, void *, int, godot_variant **); void *method_data; GDCALLINGCONV void (*free_func)(void *); |