diff --git a/openstack_dashboard/django_pyscss_fix/__init__.py b/openstack_dashboard/django_pyscss_fix/__init__.py index bf35805e93..9dae4fd021 100644 --- a/openstack_dashboard/django_pyscss_fix/__init__.py +++ b/openstack_dashboard/django_pyscss_fix/__init__.py @@ -22,7 +22,7 @@ LOG = logging.getLogger(__name__) This is a workaround for https://bugs.launchpad.net/horizon/+bug/1367590 It works by creating a path that django_scss will attempt to create later if it doesn't exist. The django_pyscss code fails -intermittantly because of concurrency issues. This code ignores the +intermittently because of concurrency issues. This code ignores the exception and if it was anything other than the concurrency issue django_pyscss will discover the problem later. diff --git a/openstack_dashboard/test/integration_tests/tests/test_flavors.py b/openstack_dashboard/test/integration_tests/tests/test_flavors.py index 8eb1d75a8a..5e0400b720 100644 --- a/openstack_dashboard/test/integration_tests/tests/test_flavors.py +++ b/openstack_dashboard/test/integration_tests/tests/test_flavors.py @@ -59,7 +59,7 @@ class TestFlavors(helpers.AdminTestCase): self._delete_flavor(self.FLAVOR_NAME) def test_flavor_update_info(self): - """Tests the flavor Edit row action finctionality: + """Tests the flavor Edit row action functionality: """ self._create_flavor(self.FLAVOR_NAME) diff --git a/openstack_dashboard/test/integration_tests/tests/test_security_groups.py b/openstack_dashboard/test/integration_tests/tests/test_security_groups.py index 763d0fc0ce..779c1063bc 100644 --- a/openstack_dashboard/test/integration_tests/tests/test_security_groups.py +++ b/openstack_dashboard/test/integration_tests/tests/test_security_groups.py @@ -74,7 +74,7 @@ class TestSecuritygroup(helpers.TestCase): self._delete_securitygroup() def test_managerules_create_delete_by_row(self): - """tests the manage rules creation and deletion funcionalities: + """tests the manage rules creation and deletion functionalities: * create a new security group * verifies the security group appears in the security groups table * creates a new rule @@ -91,7 +91,7 @@ class TestSecuritygroup(helpers.TestCase): self._delete_securitygroup() def test_managerules_create_delete_by_table(self): - """tests the manage rules creation and deletion funcionalities: + """tests the manage rules creation and deletion functionalities: * create a new security group * verifies the security group appears in the security groups table * creates a new rule