diff options
author | Alexey Dobriyan <adobriyan@openvz.org> | 2007-01-02 00:42:00 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-01-03 18:38:12 -0800 |
commit | 9c2440bbe82892c8e3cd541632ac71bd765757a3 (patch) | |
tree | 2284e4d3b88ffb19929635a458eb4bcc5dc79682 /net | |
parent | 60903f2c6616939afd0335b49697beeb7219657e (diff) | |
download | linux-3.10-9c2440bbe82892c8e3cd541632ac71bd765757a3.tar.gz linux-3.10-9c2440bbe82892c8e3cd541632ac71bd765757a3.tar.bz2 linux-3.10-9c2440bbe82892c8e3cd541632ac71bd765757a3.zip |
[NETFILTER] xt_hashlimit.c: fix typo
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/xt_hashlimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c index a5a6e192ac2..f28bf69d3d4 100644 --- a/net/netfilter/xt_hashlimit.c +++ b/net/netfilter/xt_hashlimit.c @@ -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; } |