[NETFILTER] xt_hashlimit.c: fix typo
authorAlexey Dobriyan <adobriyan@openvz.org>
Tue, 2 Jan 2007 08:42:00 +0000 (00:42 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 4 Jan 2007 02:38:12 +0000 (18:38 -0800)
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_hashlimit.c

index a5a6e19..f28bf69 100644 (file)
@@ -745,7 +745,7 @@ static int __init xt_hashlimit_init(void)
        }
        hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
        if (!hashlimit_procdir6) {
-               printk(KERN_ERR "xt_hashlimit: tnable to create proc dir "
+               printk(KERN_ERR "xt_hashlimit: unable to create proc dir "
                                "entry\n");
                goto err4;
        }