You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0 Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
@@ -23,8 +23,8 @@ def parse_template(inherits, source, delimiter):
|
||||
line = line[len(meta_prefix) :]
|
||||
for m in meta:
|
||||
if line.startswith(m):
|
||||
strip_lenght = len(m) + 1
|
||||
script_template[m] = line[strip_lenght:].strip()
|
||||
strip_length = len(m) + 1
|
||||
script_template[m] = line[strip_length:].strip()
|
||||
else:
|
||||
script_template["script"] += line
|
||||
if script_template["space-indent"] != "":
|
||||
|
||||
Reference in New Issue
Block a user