summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_rt.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-18 01:45:05 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-18 01:45:06 +0100
commit12a18d6043092bd2574b2bced635259b16317e57 (patch)
tree385c77b0790091b40a2b52d36983d12601a393ce /extensions/libip6t_rt.c
parentc2efcd321271e6658d9cad87eff0a09d16f2766e (diff)
doc: fix misspelling of "field"
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_rt.c')
-rw-r--r--extensions/libip6t_rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_rt.c b/extensions/libip6t_rt.c
index bd2da59f..ec492c12 100644
--- a/extensions/libip6t_rt.c
+++ b/extensions/libip6t_rt.c
@@ -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);