spelling: embraced

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:25 -05:00
parent 43b975bd35
commit 238de6231f

View File

@ -45,7 +45,7 @@ def expand():
if line_strip.startswith('("'): if line_strip.startswith('("'):
k, v = line_split(line_strip) k, v = line_split(line_strip)
if k in dict: if k in dict:
# embrased with " to avoid empty v # embraced with " to avoid empty v
line = line.replace('"%s"'%v, '"%s"'%dict[k]) line = line.replace('"%s"'%v, '"%s"'%dict[k])
else: else:
line = line.replace(v, "") line = line.replace(v, "")