netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [libnftnl PATCH] expr: ct: fix typo unknow vs unknown
@ 2016-04-19 12:54 Arturo Borrero Gonzalez
  2016-04-19 13:21 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-04-19 12:54 UTC (permalink / raw)
  To: netfilter-devel

Reported by Debian's lintian tool.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 src/expr/ct.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/expr/ct.c b/src/expr/ct.c
index 4bee6b1..a38f40c 100644
--- a/src/expr/ct.c
+++ b/src/expr/ct.c
@@ -199,7 +199,7 @@ static const char *ctdir2str(uint8_t ctdir)
 	case IP_CT_DIR_REPLY:
 		return "reply";
 	default:
-		return "unknow";
+		return "unknown";
 	}
 }
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [libnftnl PATCH] expr: ct: fix typo unknow vs unknown
  2016-04-19 12:54 [libnftnl PATCH] expr: ct: fix typo unknow vs unknown Arturo Borrero Gonzalez
@ 2016-04-19 13:21 ` Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2016-04-19 13:21 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> wrote:
> Reported by Debian's lintian tool.

Applied, thanks Arturo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-19 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 12:54 [libnftnl PATCH] expr: ct: fix typo unknow vs unknown Arturo Borrero Gonzalez
2016-04-19 13:21 ` Florian Westphal

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).