mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Really fix typo and improve wording of the comment
This commit is contained in:
parent
69f0fc7877
commit
6f80848e09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326622
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user