diff mbox series

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

Message ID 0f547b474aa39eba3a21f67ea9d5632d5e25b919.1616797633.git.unixbhaskar@gmail.com
State Superseded
Headers show
Series net: Trivial spello/typo fixes throughout the tree | expand

Commit Message

Bhaskar Chowdhury March 26, 2021, 11:13 p.m. UTC
s/Accouting/Accounting/

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

--
2.26.2
diff mbox series

Patch

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@ans.pl>