summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/extensions
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-10-12 12:34:10 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-10-12 12:34:10 +0000
commit5cbad6aeab961435b4bbd8020460b211191d0ba0 (patch)
tree93f272122ae1c30759db328032a75dfea027c421 /userspace/ebtables2/extensions
parentb216826b4bed9965dcf7eadf03f503e5f7a2c3fd (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/extensions')
-rw-r--r--userspace/ebtables2/extensions/ebt_among.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_among.c b/userspace/ebtables2/extensions/ebt_among.c
index 4dfe18c..8edbada 100644
--- a/userspace/ebtables2/extensions/ebt_among.c
+++ b/userspace/ebtables2/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"
);
}