Fix typo in comment

This patch replaces typo "substituion" by "substitution".

Change-Id: Iabb086b2f7156f2dfc4f72638d1612aa7d737407
This commit is contained in:
Ha Van Tu 2016-10-03 16:10:11 +07:00
parent 609b462d6f
commit bab906f6f0
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ def add_node_group_templates(ctx, node_groups):
"from {path}").format(info=u.name_and_id(template),
path=ng["path"]))
# For the purposes of substituion we need a dict of id by name
# For the purposes of substitution we need a dict of id by name
ng_info["ids"][template['name']] = template['id']
except Handled: