From 4087cc8204c92088ddfae02e078b1aeeb30d42e8 Mon Sep 17 00:00:00 2001 From: Timothy Okwii Date: Mon, 2 Feb 2015 18:16:48 -0800 Subject: [PATCH] fixed typo form dependancy to dependency Change-Id: Id018166caf73534c8ed90f68159f74b24c1a96d9 --- heat/engine/resources/instance_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.