svn commit: r330076 - head/sbin/ipfw
Alan Somers
asomers at FreeBSD.org
Tue Feb 27 17:12:34 UTC 2018
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");
}
}
More information about the svn-src-all
mailing list