[PATCH 09/19] netfilter: nf_conntrack_acct.c: A typo fix

From: Bhaskar Chowdhury
Date: Fri Mar 26 2021 - 19:20:09 EST


s/Accouting/Accounting/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
net/netfilter/nf_conntrack_acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/nf_conntrack_acct.c b/net/netfilter/nf_conntrack_acct.c
index 2ccda8ace796..91bc8df3e4b0 100644
--- a/net/netfilter/nf_conntrack_acct.c
+++ b/net/netfilter/nf_conntrack_acct.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
-/* Accouting handling for netfilter. */
+/* Accounting handling for netfilter. */

/*
* (C) 2008 Krzysztof Piotr Oledzki <ole@xxxxxx>
--
2.26.2