From 69f0fc78775c7e2116a3f3c9eadfc86b985ba745 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 6 Dec 2017 10:20:01 +0000 Subject: [PATCH] Fix typo Reported by: danfe --- 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 efaaf0ef2c86..7ac6bd919bad 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; /* Comrpession arguments */ + char **args; /* Compession arguments */ }; static char f_arg[] = "-f";