Merge "Fix typo: sigleton => singleton"

This commit is contained in:
Jenkins 2014-05-16 17:58:20 +00:00 committed by Gerrit Code Review
commit bd8e5911c7

View File

@ -380,7 +380,7 @@ class ModuleRegistry(object):
.component_list_type
if isinstance(component, dict):
# The component is a sigleton dictionary of name: dict(args)
# The component is a singleton dictionary of name: dict(args)
name, component_data = component.items()[0]
if template_data:
# Template data contains values that should be interpolated