summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Pepple <ken.pepple@gmail.com>2011-08-24 16:03:32 -0700
committerKen Pepple <ken.pepple@gmail.com>2011-08-24 16:03:32 -0700
commitdde9fdc6665e2562ec490fe43f46dcf945c59220 (patch)
tree806f2ad68a0ab894412880ced28421cc51c11798
parente30d2c372cc36d7e9a6cf3af5016834b499a7b42 (diff)
downloadnova-dde9fdc6665e2562ec490fe43f46dcf945c59220.tar.gz
nova-dde9fdc6665e2562ec490fe43f46dcf945c59220.tar.xz
nova-dde9fdc6665e2562ec490fe43f46dcf945c59220.zip
removes french spellings to satisfy american developers
-rw-r--r--nova/tests/test_instance_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_instance_types.py b/nova/tests/test_instance_types.py
index 409a22fb6..09f532239 100644
--- a/nova/tests/test_instance_types.py
+++ b/nova/tests/test_instance_types.py
@@ -107,7 +107,7 @@ class InstanceTypeTestCase(test.TestCase):
exception.InvalidInput,
instance_types.create, self.name, 256, 1, "aa", self.flavorid)
- def test_non_existant_inst_type_shouldnt_delete(self):
+ def test_non_existent_inst_type_shouldnt_delete(self):
"""Ensures that instance type creation fails with invalid args"""
self.assertRaises(exception.ApiError,
instance_types.destroy,