Skip to content

Commit

Permalink
Merge pull request #215 from bgurney-rh/typos
Browse files Browse the repository at this point in the history
Fix misspellings
  • Loading branch information
mulkieran authored Sep 26, 2023
2 parents 2f09724 + 632f3c5 commit 3601819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ YAML linter: yamllint (1.26.0)
- Add very basic testing for stratis-min executable:
https://github.com/stratis-storage/testing/pull/23

- Calulate filesystem devlinks directly, not from stratisd D-Bus property:
- Calculate filesystem devlinks directly, not from stratisd D-Bus property:
https://github.com/stratis-storage/testing/pull/7

- Adapt tests to r4 Manager interface:
Expand All @@ -393,7 +393,7 @@ YAML linter: yamllint (1.26.0)
- Bump stratisd interface revision numbers:
https://github.com/stratis-storage/testing/pull/11

- Adapt test to accomodate bug fix in dbus crate:
- Adapt test to accommodate bug fix in dbus crate:
https://github.com/stratis-storage/testing/pull/9

- Always settle before creating a pool:
Expand Down
6 changes: 3 additions & 3 deletions stratis_cli_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def test_pool_create_same_name(self):
@skip(_skip_condition(3))
def test_pool_init_cache(self):
"""
Test initialzing the cache for a pool.
Test initializing the cache for a pool.
"""
self._unittest_command(
[
Expand All @@ -514,7 +514,7 @@ def test_pool_init_cache(self):
@skip(_skip_condition(3))
def test_pool_init_cache_permissions(self):
"""
Test initialzing the cache for a pool fails with dropped permissions.
Test initializing the cache for a pool fails with dropped permissions.
"""
self._test_permissions(
[
Expand All @@ -531,7 +531,7 @@ def test_pool_init_cache_permissions(self):
@skip(_skip_condition(3))
def test_pool_init_cache_add_data(self):
"""
Test initialzing the cache for a pool, then adding a data device.
Test initializing the cache for a pool, then adding a data device.
"""

pool_name = make_test_pool(StratisCliCertify.DISKS[0:1])
Expand Down
4 changes: 2 additions & 2 deletions stratisd_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def test_blockdev_list(self):

def test_blockdev_list_permissions(self):
"""
Test that listing blockdevs suceeds when root permissions are dropped.
Test that listing blockdevs succeeds when root permissions are dropped.
"""
self._test_permissions(StratisDbus.blockdev_list, [], False)

Expand All @@ -342,7 +342,7 @@ def test_filesystem_list_empty(self):

def test_filesystem_list_permissions(self):
"""
Test that listing filesystem suceeds when root permissions are dropped.
Test that listing filesystem succeeds when root permissions are dropped.
"""
self._test_permissions(StratisDbus.fs_list, [], False)

Expand Down

0 comments on commit 3601819

Please sign in to comment.