summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_ah.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_ah.c
parentc2efcd321271e6658d9cad87eff0a09d16f2766e (diff)
doc: fix misspelling of "field"
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_ah.c')
-rw-r--r--extensions/libip6t_ah.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_ah.c b/extensions/libip6t_ah.c
index 693a4f8f..5fa0d2dd 100644
--- a/extensions/libip6t_ah.c
+++ b/extensions/libip6t_ah.c
@@ -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[] = {