Merge "Remove some unused functions and improve call_until_true"
diff --git a/functional/test_template_resource.py b/functional/test_template_resource.py
index fd88d23..80dcdce 100644
--- a/functional/test_template_resource.py
+++ b/functional/test_template_resource.py
@@ -368,7 +368,7 @@
             self.keypair_name = self.keypair.id
 
     def test_update_on_failed_create(self):
-        # create a stack with "server" dependant on "keypair", but
+        # create a stack with "server" dependent on "keypair", but
         # keypair fails, so "server" is not created properly.
         # We then fix the template and it should succeed.
         broken_templ = self.main_template.replace('replace-this',