aboutsummaryrefslogtreecommitdiff
path: root/libarchive/test/test_archive_write_set_format_filter_by_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/test/test_archive_write_set_format_filter_by_ext.c')
-rw-r--r--libarchive/test/test_archive_write_set_format_filter_by_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/test/test_archive_write_set_format_filter_by_ext.c b/libarchive/test/test_archive_write_set_format_filter_by_ext.c
index c073505f7c97..4fe18e18c2d1 100644
--- a/libarchive/test/test_archive_write_set_format_filter_by_ext.c
+++ b/libarchive/test/test_archive_write_set_format_filter_by_ext.c
@@ -61,7 +61,7 @@ test_format_filter_by_ext(const char *output_file,
strcmp(archive_error_string(a),
"xz compression not supported on this platform") == 0)) {
const char *filter_name = archive_filter_name(a, 0);
- skipping("%s filter not suported on this platform", filter_name);
+ skipping("%s filter not supported on this platform", filter_name);
assertEqualInt(ARCHIVE_OK, archive_write_free(a));
free(buff);
return;