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:
parent
3b8cf4acf0
commit
6ef82c0ae2
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user