linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] kselftests: netfilter: fix spelling mistakes in nft_nat.sh
@ 2025-08-22 13:05 Debanil Chowdhury
  0 siblings, 0 replies; only message in thread
From: Debanil Chowdhury @ 2025-08-22 13:05 UTC (permalink / raw)
  To: skhan
  Cc: linux-kernel-mentees, linux-kselftest, linux-kernel,
	Debanil Chowdhury

Changed a typo in an error message in nft_nat.sh : "cannnot" → "cannot".

Signed-off-by: Debanil Chowdhury <kerneldev@debanilchowdhury.com>
---
Changes in v2:
 - Added commit message

tools/testing/selftests/net/netfilter/nft_nat.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/netfilter/nft_nat.sh b/tools/testing/selftests/net/netfilter/nft_nat.sh
index a954754b9..05a34c135 100755
--- a/tools/testing/selftests/net/netfilter/nft_nat.sh
+++ b/tools/testing/selftests/net/netfilter/nft_nat.sh
@@ -569,7 +569,7 @@ test_redirect6()
 	ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
 
 	if ! ip netns exec "$ns2" ping -q -c 1 dead:1::99 > /dev/null;then
-		echo "ERROR: cannnot ping $ns1 from $ns2 via ipv6"
+		echo "ERROR: cannot ping $ns1 from $ns2 via ipv6"
 		lret=1
 	fi
 
-- 
2.49.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-22 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 13:05 [PATCH v2] kselftests: netfilter: fix spelling mistakes in nft_nat.sh Debanil Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).