diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2022-01-02 13:47:52 -0500 |
---|---|---|
committer | luz paz <luzpaz@users.noreply.github.com> | 2022-01-13 23:20:01 -0500 |
commit | 858bcd50587c6e2effbd1173ce61656d6a3f343b (patch) | |
tree | 811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /modules/gdscript/gdscript_parser.cpp | |
parent | d13c3c92965980aacbf94007d94a56aa92ebbb4e (diff) | |
download | redot-engine-858bcd50587c6e2effbd1173ce61656d6a3f343b.tar.gz |
Fix various typos
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew`
Diffstat (limited to 'modules/gdscript/gdscript_parser.cpp')
-rw-r--r-- | modules/gdscript/gdscript_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_parser.cpp b/modules/gdscript/gdscript_parser.cpp index 432d31f78f..10f1dd0a41 100644 --- a/modules/gdscript/gdscript_parser.cpp +++ b/modules/gdscript/gdscript_parser.cpp @@ -3497,7 +3497,7 @@ bool GDScriptParser::export_annotations(const AnnotationNode *p_annotation, Node variable->export_info.hint_string = hint_string; - // This is called after tne analyzer is done finding the type, so this should be set here. + // This is called after the analyzer is done finding the type, so this should be set here. DataType export_type = variable->get_datatype(); if (p_annotation->name == "@export") { |