From 97717827bf11c17c0643c0bd0a50305e17468c7e Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 4 Nov 2018 15:25:59 +0200 Subject: #225 fix a typo --- src/fr-command-cfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index 7d686c8..96ef6b2 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -497,7 +497,7 @@ fr_command_cfile_test (FrCommand *comm) else if (is_mime_type (comm->mime_type, "application/x-lzop")) { compress_cmd = "lzop"; } else { // i.e. if (is_mime_type (comm->mime_type, "application/x-rzip")) - g_warning ("Test integrity in unsupported for %s\n", comm->mime_type); + g_warning ("Test integrity is unsupported for %s\n", comm->mime_type); return; } fr_process_begin_command (comm->process, compress_cmd); -- cgit v1.2.1