Really fix typo and improve wording of the comment

This commit is contained in:
Baptiste Daroussin 2017-12-06 10:47:50 +00:00
parent 69f0fc7877
commit 6f80848e09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326622

View File

@ -151,7 +151,7 @@ struct compress_types {
const char *flag; /* Flag in configuration file */
const char *suffix; /* Compression suffix */
const char *path; /* Path to compression program */
char **args; /* Compession arguments */
char **args; /* Compression program arguments */
};
static char f_arg[] = "-f";