mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Fix typo
Reported by: danfe
This commit is contained in:
parent
1ad8ac7a1d
commit
69f0fc7877
1 changed files with 1 additions and 1 deletions
|
|
@ -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; /* Comrpession arguments */
|
||||
char **args; /* Compession arguments */
|
||||
};
|
||||
|
||||
static char f_arg[] = "-f";
|
||||
|
|
|
|||
Loading…
Reference in a new issue