Reported by Debian's lintian tool. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> --- 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"; } } -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html