From 0854bb9962e6450ccb5d988dfead4d1ca3a3d528 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Thu, 23 Jun 2016 17:04:35 +0800 Subject: [PATCH] Fix some spelling mistakes in horizon intermittantly should be intermittently finctionality should be functionality funcionalities should be functionalities Closes-Bug: #1595439 Change-Id: If04aa2170a0c27ebfa89a1e3fa1539ea0e52f7b6 --- openstack_dashboard/django_pyscss_fix/__init__.py | 2 +- .../test/integration_tests/tests/test_flavors.py | 2 +- .../test/integration_tests/tests/test_security_groups.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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