diff mbox series

[11/17] support/testing/tests/package/test_compressor_base.py: fix 'extension' typo

Message ID 20240920210836.4093091-11-peter@korsgaard.com
State New
Headers show
Series [01/17] support/dependencies/dependencies.sh: fix 'mimic' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:08 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/testing/tests/package/test_compressor_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/testing/tests/package/test_compressor_base.py b/support/testing/tests/package/test_compressor_base.py
index 6555584c10..e822c21139 100644
--- a/support/testing/tests/package/test_compressor_base.py
+++ b/support/testing/tests/package/test_compressor_base.py
@@ -24,7 +24,7 @@  class TestCompressorBase(infra.basetest.BRTest):
                        in unset, the default value is "compress_cmd" appended
                        with " -t".
     compressed_file_ext
-                     - the file extention of compressed files created by the
+                     - the file extension of compressed files created by the
                        compress command. (ex: ".gz")
                        if unset, the default value is a dot "." appended with
                        the value of "compress_cmd".