From 632f3c5547f5542d2c9a8e8d7adf260fd1f1b852 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 26 Sep 2023 16:06:55 -0400 Subject: [PATCH] Fix misspellings Signed-off-by: Bryan Gurney --- CHANGES.txt | 4 ++-- stratis_cli_cert.py | 6 +++--- stratisd_cert.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8c1defa..4e344ff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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: @@ -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: diff --git a/stratis_cli_cert.py b/stratis_cli_cert.py index 9335ce6..e0c80a1 100644 --- a/stratis_cli_cert.py +++ b/stratis_cli_cert.py @@ -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( [ @@ -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( [ @@ -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]) diff --git a/stratisd_cert.py b/stratisd_cert.py index 6ae733a..bffd9d9 100644 --- a/stratisd_cert.py +++ b/stratisd_cert.py @@ -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) @@ -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)