fix typo in ipfw(8). No functional change.

Submitted by:	zxzharmlesszxz
Pull Request:	https://github.com/freebsd/freebsd/pull/132
This commit is contained in:
Alan Somers 2018-02-27 17:12:33 +00:00
parent 3b8cf4acf0
commit 6ef82c0ae2

View File

@ -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");
}
}