From: Jan Engelhardt Date: Thu, 2 Jul 2009 02:16:14 +0000 (+0200) Subject: TEE: spello fix X-Git-Tag: v1.18~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97f77a8f5ecb2f9101360b3b6ceb4b52ef86d11;p=thirdparty%2Fxtables-addons.git TEE: spello fix --- diff --git a/extensions/xt_TEE.c b/extensions/xt_TEE.c index dea135c..c5ab60b 100644 --- a/extensions/xt_TEE.c +++ b/extensions/xt_TEE.c @@ -175,7 +175,7 @@ tee_tg4(struct sk_buff **pskb, const struct xt_target_param *par) /* * Copy the skb, and route the copy. Will later return %XT_CONTINUE for * the original skb, which should continue on its way as if nothing has - * happened. The copy should be independantly delivered to the TEE --gw. + * happened. The copy should be independently delivered to the TEE --gw. */ skb = skb_copy(skb, GFP_ATOMIC); if (skb == NULL) {