diff --git a/heat/engine/resources/instance_group.py b/heat/engine/resources/instance_group.py index 6978dbb9fa..42eb784018 100644 --- a/heat/engine/resources/instance_group.py +++ b/heat/engine/resources/instance_group.py @@ -145,7 +145,7 @@ class InstanceGroup(stack_resource.StackResource): raise ValueError('Maximum PauseTime is 1 hour.') def validate_launchconfig(self): - # It seems to be a common error to not have a dependancy on the + # It seems to be a common error to not have a dependency on the # launchconfiguration. This can happen if the the actual resource # name is used instead of {get_resource: launch_conf} and no # depends_on is used.