Skip to content

Commit

Permalink
#225 fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito authored and raveit65 committed Dec 28, 2018
1 parent d5ef415 commit 9771782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr-command-cfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9771782

Please sign in to comment.