mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
ipf: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
This commit is contained in:
parent
b66b2c4d9b
commit
843fe4892e
@ -367,7 +367,7 @@ flushfilter(char *arg, int *filter)
|
||||
if (!(opts & OPT_DONOTHING)) {
|
||||
if (use_inet6) {
|
||||
fprintf(stderr,
|
||||
"IPv6 rules are no longer seperate\n");
|
||||
"IPv6 rules are no longer separate\n");
|
||||
} else if (filter != NULL) {
|
||||
ipfobj_t obj;
|
||||
|
||||
|
@ -558,7 +558,7 @@ ipf_newisn(fin)
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Function: ipf_nextipid */
|
||||
/* Returns: int - 0 == success, -1 == error (packet should be droppped) */
|
||||
/* Returns: int - 0 == success, -1 == error (packet should be dropped) */
|
||||
/* Parameters: fin(I) - pointer to packet information */
|
||||
/* */
|
||||
/* Returns the next IPv4 ID to use for this packet. */
|
||||
|
@ -8,7 +8,7 @@
|
||||
* conditions, enough of the TCP header is missing for unpredictable
|
||||
* results unless the filter is aware that this can happen.
|
||||
*
|
||||
* The author provides this program as-is, with no gaurantee for its
|
||||
* The author provides this program as-is, with no guarantee for its
|
||||
* suitability for any specific purpose. The author takes no responsibility
|
||||
* for the misuse/abuse of this program and provides it for the sole purpose
|
||||
* of testing packet filter policies. This file maybe distributed freely
|
||||
|
Loading…
Reference in New Issue
Block a user