Fix some spelling mistakes in horizon

intermittantly should be intermittently
  finctionality should be  functionality
  funcionalities should be functionalities

  Closes-Bug: #1595439

Change-Id: If04aa2170a0c27ebfa89a1e3fa1539ea0e52f7b6
This commit is contained in:
gecong1973 2016-06-23 17:04:35 +08:00
parent 2004c896c9
commit 0854bb9962
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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