diff mbox series

net: sctp: Fix spelling in Kconfig help

Message ID 20200525225559.13596-1-chris.packham@alliedtelesis.co.nz
State Accepted
Delegated to: David Miller
Headers show
Series net: sctp: Fix spelling in Kconfig help | expand

Commit Message

Chris Packham May 25, 2020, 10:55 p.m. UTC
Change 'handeled' to 'handled' in the Kconfig help for SCTP.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 net/sctp/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcelo Ricardo Leitner May 25, 2020, 10:58 p.m. UTC | #1
On Tue, May 26, 2020 at 10:55:59AM +1200, Chris Packham wrote:
> Change 'handeled' to 'handled' in the Kconfig help for SCTP.
> 
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
David Miller May 27, 2020, 3:32 a.m. UTC | #2
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
Date: Tue, 26 May 2020 10:55:59 +1200

> Change 'handeled' to 'handled' in the Kconfig help for SCTP.
> 
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

Applied.
diff mbox series

Patch

diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
index 6e2eb1dd64ed..68934438ee19 100644
--- a/net/sctp/Kconfig
+++ b/net/sctp/Kconfig
@@ -31,7 +31,7 @@  menuconfig IP_SCTP
 	  homing at either or both ends of an association."
 
 	  To compile this protocol support as a module, choose M here: the
-	  module will be called sctp. Debug messages are handeled by the
+	  module will be called sctp. Debug messages are handled by the
 	  kernel's dynamic debugging framework.
 
 	  If in doubt, say N.