From 12a18d6043092bd2574b2bced635259b16317e57 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 18 Feb 2011 01:45:05 +0100 Subject: doc: fix misspelling of "field" Signed-off-by: Jan Engelhardt --- extensions/libip6t_ah.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_ah.c') 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[] = { -- cgit v1.2.3