]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: fix misspelling of "field"
authorJan Engelhardt <jengelh@medozas.de>
Fri, 18 Feb 2011 00:45:05 +0000 (01:45 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 18 Feb 2011 00:45:06 +0000 (01:45 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libip6t_ah.c
extensions/libip6t_frag.c
extensions/libip6t_rt.c

index 693a4f8fd026b79cea0f87075bc29d117f8694a6..5fa0d2dd1fcd4835265f9930286a5cff56286eb1 100644 (file)
@@ -15,7 +15,7 @@ static void ah_help(void)
 "ah match options:\n"
 "[!] --ahspi spi[:spi]          match spi (range)\n"
 "[!] --ahlen length             total length of this header\n"
-" --ahres                       check the reserved filed, too\n");
+" --ahres                       check the reserved field too\n");
 }
 
 static const struct option ah_opts[] = {
index ed13c1f9346d19c1ec6afebefc23186f1ad054dc..ac9bd2e284f703fb0d9b2d78e0dde826ee29b69f 100644 (file)
@@ -15,7 +15,7 @@ static void frag_help(void)
 "frag match options:\n"
 "[!] --fragid id[:id]           match the id (range)\n"
 "[!] --fraglen length           total length of this header\n"
-" --fragres                     check the reserved filed, too\n"
+" --fragres                     check the reserved field too\n"
 " --fragfirst                   matches on the first fragment\n"
 " [--fragmore|--fraglast]       there are more fragments or this\n"
 "                               is the last one\n");
index bd2da59f4048ac5be4e8ff5a2d206d0664a916d1..ec492c12928e06e00d7c6cf69ed139d91d5e41b2 100644 (file)
@@ -22,7 +22,7 @@ static void rt_help(void)
 "[!] --rt-type type             match the type\n"
 "[!] --rt-segsleft num[:num]    match the Segments Left field (range)\n"
 "[!] --rt-len length            total length of this header\n"
-" --rt-0-res                    check the reserved filed, too (type 0)\n"
+" --rt-0-res                    check the reserved field too (type 0)\n"
 " --rt-0-addrs ADDR[,ADDR...]   Type=0 addresses (list, max: %d)\n"
 " --rt-0-not-strict             List of Type=0 addresses not a strict list\n",
 IP6T_RT_HOPS);