diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
| commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
| tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /modules/gdnative/pluginscript | |
| parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
| parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) | |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'modules/gdnative/pluginscript')
| -rw-r--r-- | modules/gdnative/pluginscript/pluginscript_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/pluginscript/pluginscript_instance.h b/modules/gdnative/pluginscript/pluginscript_instance.h index b279fdad8b..381c334231 100644 --- a/modules/gdnative/pluginscript/pluginscript_instance.h +++ b/modules/gdnative/pluginscript/pluginscript_instance.h @@ -62,7 +62,7 @@ public: virtual Variant call(const StringName &p_method, const Variant **p_args, int p_argcount, Variant::CallError &r_error); #if 0 // Rely on default implementations provided by ScriptInstance for the moment. - // Note that multilevel call could be removed in 3.0 release, so stay tunned + // Note that multilevel call could be removed in 3.0 release, so stay tuned // (see https://godotengine.org/qa/9244/can-override-the-_ready-and-_process-functions-child-classes) virtual void call_multilevel(const StringName& p_method,const Variant** p_args,int p_argcount); virtual void call_multilevel_reversed(const StringName& p_method,const Variant** p_args,int p_argcount); |