From 4ff84696af496c398f7621f65858a0120fc2c596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 7 Feb 2018 11:34:31 +0200 Subject: src: Spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä Signed-off-by: Pablo Neira Ayuso --- src/exthdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exthdr.c') diff --git a/src/exthdr.c b/src/exthdr.c index ac3e1632..f5c20ac2 100644 --- a/src/exthdr.c +++ b/src/exthdr.c @@ -26,8 +26,8 @@ static void exthdr_expr_print(const struct expr *expr, struct output_ctx *octx) { if (expr->exthdr.op == NFT_EXTHDR_OP_TCPOPT) { - /* Offset calcualtion is a bit hacky at this point. - * There might be an tcp option one day with another + /* Offset calculation is a bit hacky at this point. + * There might be a tcp option one day with another * multiplicator */ unsigned int offset = expr->exthdr.offset / 64; -- cgit v1.2.3