Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-09-05 10:49:20 +10:00
parent b479510d6c
commit 0c26c84704
80 changed files with 166 additions and 159 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ def copy_as_script(context):
text = line.body
type = line.type
if type == 'INFO': # ignore autocomp.
if type == 'INFO': # Ignore auto-completion.
continue
if type == 'INPUT':
if text.startswith(PROMPT):