]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Correct spelling mistake
authorlawrancejing <lawrancejing@gmail.com>
Wed, 28 Aug 2013 13:26:32 +0000 (21:26 +0800)
committerlawrancejing <lawrancejing@gmail.com>
Wed, 28 Aug 2013 13:37:21 +0000 (21:37 +0800)
Change-Id: I3bd2f76e73459e50d255f75f79262af537b29596

neutron/tests/unit/test_quota_ext.py

index 5f33570b3c38d607ecc7399e0a1da91c1da24379..9e462edff1d33c0b7dc1f0f5fc348329f773679d 100644 (file)
@@ -71,7 +71,7 @@ class QuotaExtensionTestCase(testlib_api.WebTestCase):
         self._plugin_patcher = mock.patch(TARGET_PLUGIN, autospec=True)
         self.plugin = self._plugin_patcher.start()
         self.plugin.return_value.supported_extension_aliases = ['quotas']
-        # QUOTAS will regester the items in conf when starting
+        # QUOTAS will register the items in conf when starting
         # extra1 here is added later, so have to do it manually
         quota.QUOTAS.register_resource_by_name('extra1')
         ext_mgr = extensions.PluginAwareExtensionManager.get_instance()