From 6f80848e097bb58fb490d7cb2930b2e5ac1a653d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 6 Dec 2017 10:47:50 +0000 Subject: [PATCH] Really fix typo and improve wording of the comment --- usr.sbin/newsyslog/newsyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 7ac6bd919bad..c1befde18de5 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -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";