From d59405ec6652e95f4825492c7322536bb7044db0 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 29 May 2009 23:02:36 +0200 Subject: Typo in warning fixed. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/filter.c b/filter/filter.c index 944befb..fe3c9cb 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -141,7 +141,7 @@ val_compare(struct f_val v1, struct f_val v2) case T_STRING: return strcmp(v1.val.s, v2.val.s); default: - debug( "Compare of unkown entities: %x\n", v1.type ); + debug( "Compare of unknown entities: %x\n", v1.type ); return CMP_ERROR; } } -- cgit v1.2.3