]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
fixed typo
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 8 Apr 2004 12:38:02 +0000 (12:38 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 8 Apr 2004 12:38:02 +0000 (12:38 +0000)
linux/include/linux/netfilter_ipv4/ipt_ACCOUNT.h

index 9c362387ef43245543d4d9452e064b74741cc256..9718f4bce4a1bcbf03dae4c36e8289e6dd1a54ea 100644 (file)
@@ -66,7 +66,7 @@ struct ipt_account_mask_24
     struct ipt_account_ip ip[256];    
 };
 
-struct iptt_account_mask_16
+struct ipt_account_mask_16
 {
     struct ipt_account_mask_24 *mask_24[256];
 };