Merge pull request #8187 from utzig/fix-typos

domains: c: cpp: fix typos
This commit is contained in:
Jakob Lykke Andersen
2020-09-09 14:24:27 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1792,7 +1792,7 @@ class Symbol:
if not declaration:
if Symbol.debug_lookup:
Symbol.debug_print("no delcaration")
Symbol.debug_print("no declaration")
Symbol.debug_indent -= 2
# good, just a scope creation
# TODO: what if we have more than one symbol?

View File

@@ -4292,7 +4292,7 @@ class Symbol:
if not declaration:
if Symbol.debug_lookup:
Symbol.debug_print("no delcaration")
Symbol.debug_print("no declaration")
Symbol.debug_indent -= 2
# good, just a scope creation
# TODO: what if we have more than one symbol?