Author: bapt
Date: Wed Dec  6 10:47:50 2017
New Revision: 326622
URL: https://svnweb.freebsd.org/changeset/base/326622

Log:
  Really fix typo and improve wording of the comment

Modified:
  head/usr.sbin/newsyslog/newsyslog.c

Modified: head/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- head/usr.sbin/newsyslog/newsyslog.c Wed Dec  6 10:20:01 2017        
(r326621)
+++ head/usr.sbin/newsyslog/newsyslog.c Wed Dec  6 10:47:50 2017        
(r326622)
@@ -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";
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to