fixed typo form dependancy to dependency

Change-Id: Id018166caf73534c8ed90f68159f74b24c1a96d9
This commit is contained in:
Timothy Okwii 2015-02-02 18:16:48 -08:00
parent 127d4cea33
commit 4087cc8204
1 changed files with 1 additions and 1 deletions

View File

@ -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.