diff options
author | Sergey Ponomarev <[email protected]> | 2018-11-04 15:25:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-28 10:08:05 +0100 |
commit | 97717827bf11c17c0643c0bd0a50305e17468c7e (patch) | |
tree | 7dbcf86ff96ae70b92b28b608b60b603e88c49e6 /src | |
parent | d5ef415fb5a2019deb1d95f85a5f7d98cb050ac7 (diff) | |
download | engrampa-97717827bf11c17c0643c0bd0a50305e17468c7e.tar.bz2 engrampa-97717827bf11c17c0643c0bd0a50305e17468c7e.tar.xz |
#225 fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/fr-command-cfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |