diff mbox

kcm: fix spelling mistake in Kconfig, "connectons"

Message ID 20161213173025.24331-1-colin.king@canonical.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Colin Ian King Dec. 13, 2016, 5:30 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake "connectons" to "connections" in
Kconfig text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 net/kcm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Dec. 13, 2016, 5:32 p.m. UTC | #1
On 13/12/16 17:30, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake "connectons" to "connections" in
> Kconfig text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  net/kcm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig
> index 87fca36..23b01e1 100644
> --- a/net/kcm/Kconfig
> +++ b/net/kcm/Kconfig
> @@ -7,5 +7,5 @@ config AF_KCM
>  	---help---
>  	  KCM (Kernel Connection Multiplexor) sockets provide a method
>  	  for multiplexing messages of a message based application
> -	  protocol over kernel connectons (e.g. TCP connections).
> +	  protocol over kernel connections (e.g. TCP connections).
>  
> 
Oops, ignore that, I was working on the wrong tree.
diff mbox

Patch

diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig
index 87fca36..23b01e1 100644
--- a/net/kcm/Kconfig
+++ b/net/kcm/Kconfig
@@ -7,5 +7,5 @@  config AF_KCM
 	---help---
 	  KCM (Kernel Connection Multiplexor) sockets provide a method
 	  for multiplexing messages of a message based application
-	  protocol over kernel connectons (e.g. TCP connections).
+	  protocol over kernel connections (e.g. TCP connections).