diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-14 06:26:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 06:26:21 +0100 |
commit | e4453096d3bb0acbccb3d97e516c24ea2f713b36 (patch) | |
tree | 811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /modules | |
parent | d13c3c92965980aacbf94007d94a56aa92ebbb4e (diff) | |
parent | 858bcd50587c6e2effbd1173ce61656d6a3f343b (diff) |
Merge pull request #56777 from luzpaz/typos
Fix various typos
Diffstat (limited to 'modules')
-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") { |