Author: asomers Date: Tue Feb 27 17:12:33 2018 New Revision: 330076 URL: https://svnweb.freebsd.org/changeset/base/330076
Log: fix typo in ipfw(8). No functional change. Submitted by: zxzharmlesszxz Pull Request: https://github.com/freebsd/freebsd/pull/132 Modified: head/sbin/ipfw/tables.c Modified: head/sbin/ipfw/tables.c ============================================================================== --- head/sbin/ipfw/tables.c Tue Feb 27 16:51:09 2018 (r330075) +++ head/sbin/ipfw/tables.c Tue Feb 27 17:12:33 2018 (r330076) @@ -516,7 +516,7 @@ table_modify(ipfw_obj_header *oh, int ac, char *av[]) ac--; av++; break; default: - errx(EX_USAGE, "cmd is not supported for modificatiob"); + errx(EX_USAGE, "cmd is not supported for modification"); } } _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
