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>
(cherry picked from commit 68316831e478417066ff7515774ef0aeda2bb6a3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-20 23:08:29 +02:00
parent 8d760c3d10
commit 5fc5e54df9

View File

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