Browse Source

support/testing/tests/package/test_compressor_base.py: fix 'extension' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 months ago
parent
commit
68316831e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/testing/tests/package/test_compressor_base.py

+ 1 - 1
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
                        in unset, the default value is "compress_cmd" appended
                        with " -t".
                        with " -t".
     compressed_file_ext
     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")
                        compress command. (ex: ".gz")
                        if unset, the default value is a dot "." appended with
                        if unset, the default value is a dot "." appended with
                        the value of "compress_cmd".
                        the value of "compress_cmd".