diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2003-10-12 12:34:10 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2003-10-12 12:34:10 +0000 |
commit | 7cc696b0651924824dd63950a8049bf0daa62c37 (patch) | |
tree | 3e233b23aa2f6eca4162653372e0e34024a9b0cc /extensions/ebt_among.c | |
parent | ebf9886fb80de5ac9a68728a1f3a8655931f446b (diff) | |
download | ebtables-7cc696b0651924824dd63950a8049bf0daa62c37.tar.gz |
*** empty log message ***
Diffstat (limited to 'extensions/ebt_among.c')
-rw-r--r-- | extensions/ebt_among.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c index 4dfe18c..8edbada 100644 --- a/extensions/ebt_among.c +++ b/extensions/ebt_among.c @@ -48,7 +48,7 @@ static void print_help() ",...,zz:zz:zz:zz:zz:zz[=ip.ip.ip.ip][,]\n" "Things in brackets are optional.\n" "If you want to allow two (or more) IP addresses to one MAC address, you\n" -"can specify two (or more) pairs witch the same MAC, e.g.\n" +"can specify two (or more) pairs with the same MAC, e.g.\n" " 00:00:00:fa:eb:fe=153.19.120.250,00:00:00:fa:eb:fe=192.168.0.1\n" ); } |